Skip to content

Commit 0cc9d84

Browse files
committed
fix psalm
1 parent 89b6570 commit 0cc9d84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Config/View.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
/**
99
* @phpstan-type parser_callable (callable(mixed): mixed)
1010
* @phpstan-type parser_callable_string (callable(mixed): mixed)&string
11+
* @psalm-type parser_callable = callable(mixed): mixed
12+
* @psalm-type parser_callable_string = callable-string
1113
*/
1214
class View extends BaseView
1315
{

0 commit comments

Comments
 (0)