Skip to content

Commit 47f0f15

Browse files
committed
dev: change the properties type.
1 parent 2d0fbff commit 47f0f15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/Config/View.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class View extends BaseConfig
3434
* To prevent potential abuse, all filters MUST be defined here
3535
* in order for them to be available for use within the Parser.
3636
*
37-
* @var array<string, string>
37+
* @var array<string>
3838
*/
3939
public $filters = [];
4040

@@ -43,7 +43,7 @@ class View extends BaseConfig
4343
* by the core Parser by creating aliases that will be replaced with
4444
* any callable. Can be single or tag pair.
4545
*
46-
* @var array<string, string>
46+
* @var array<string>
4747
*/
4848
public $plugins = [];
4949

0 commit comments

Comments
 (0)