We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a718427 commit aa1775cCopy full SHA for aa1775c
1 file changed
system/Config/View.php
@@ -59,6 +59,8 @@ class View extends BaseConfig
59
/**
60
* Built-in View filters.
61
*
62
+ * @psalm-suppress UndefinedDocblockClass
63
+ *
64
* @var array<string, string>
65
* @phpstan-var array<string, parser_callable_string>
66
*/
@@ -89,6 +91,8 @@ class View extends BaseConfig
89
91
90
92
* Built-in View plugins.
93
94
95
96
* @var array<string, callable|list<string>|string>
97
* @phpstan-var array<string, array<parser_callable_string>|parser_callable_string|parser_callable>
98
0 commit comments