Skip to content

Commit 51d4dfd

Browse files
committed
docs: make sample code more realistic
1 parent 19073e8 commit 51d4dfd

File tree

1 file changed

+2
-2
lines changed
  • user_guide_src/source/incoming/filters

1 file changed

+2
-2
lines changed

user_guide_src/source/incoming/filters/008.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ class Filters extends BaseConfig
99
// ...
1010

1111
public array $methods = [
12-
'post' => ['foo', 'bar'],
13-
'get' => ['baz'],
12+
'post' => ['InvalidChars', 'csrf'],
13+
'get' => ['csrf'],
1414
];
1515

1616
// ...

0 commit comments

Comments
 (0)