We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fa8f0 commit 8513503Copy full SHA for 8513503
1 file changed
app/Config/Filters.php
@@ -15,8 +15,9 @@ class Filters extends BaseConfig
15
* Configures aliases for Filter classes to
16
* make reading things nicer and simpler.
17
*
18
- * @var array<string, string>
19
- * @phpstan-var array<string, class-string>
+ * @var array<string, array<int, string>|string> [filter_name => classname]
+ * or [filter_name => [classname1, classname2, ...]]
20
+ * @phpstan-var array<string, class-string|list<class-string>>
21
*/
22
public array $aliases = [
23
'csrf' => CSRF::class,
0 commit comments