Skip to content

Commit 7ede429

Browse files
committed
docs: update @var
1 parent 117d704 commit 7ede429

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/Config/View.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ class View extends BaseView
3030
* { title|esc(js) }
3131
* { created_on|date(Y-m-d)|esc(attr) }
3232
*
33-
* @var array
33+
* @var array<string, string>
34+
* @phpstan-var array<string, callable-string>
3435
*/
3536
public $filters = [];
3637

@@ -39,7 +40,8 @@ class View extends BaseView
3940
* by the core Parser by creating aliases that will be replaced with
4041
* any callable. Can be single or tag pair.
4142
*
42-
* @var array
43+
* @var array<string, string>
44+
* @phpstan-var array<string, callable-string>
4345
*/
4446
public $plugins = [];
4547

0 commit comments

Comments
 (0)