We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b6570 commit 0cc9d84Copy full SHA for 0cc9d84
app/Config/View.php
@@ -8,6 +8,8 @@
8
/**
9
* @phpstan-type parser_callable (callable(mixed): mixed)
10
* @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
13
*/
14
class View extends BaseView
15
{
0 commit comments