We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117d704 commit 7ede429Copy full SHA for 7ede429
app/Config/View.php
@@ -30,7 +30,8 @@ class View extends BaseView
30
* { title|esc(js) }
31
* { created_on|date(Y-m-d)|esc(attr) }
32
*
33
- * @var array
+ * @var array<string, string>
34
+ * @phpstan-var array<string, callable-string>
35
*/
36
public $filters = [];
37
@@ -39,7 +40,8 @@ class View extends BaseView
39
40
* by the core Parser by creating aliases that will be replaced with
41
* any callable. Can be single or tag pair.
42
43
44
45
46
public $plugins = [];
47
0 commit comments