We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0fbff commit 47f0f15Copy full SHA for 47f0f15
1 file changed
system/Config/View.php
@@ -34,7 +34,7 @@ class View extends BaseConfig
34
* To prevent potential abuse, all filters MUST be defined here
35
* in order for them to be available for use within the Parser.
36
*
37
- * @var array<string, string>
+ * @var array<string>
38
*/
39
public $filters = [];
40
@@ -43,7 +43,7 @@ class View extends BaseConfig
43
* by the core Parser by creating aliases that will be replaced with
44
* any callable. Can be single or tag pair.
45
46
47
48
public $plugins = [];
49
0 commit comments