Skip to content

Commit

Permalink
docs: add @psalm-suppress UndefinedDocblockClass
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 26, 2024
1 parent a718427 commit aa1775c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions system/Config/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ class View extends BaseConfig
/**
* Built-in View filters.
*
* @psalm-suppress UndefinedDocblockClass
*
* @var array<string, string>
* @phpstan-var array<string, parser_callable_string>
*/
Expand Down Expand Up @@ -89,6 +91,8 @@ class View extends BaseConfig
/**
* Built-in View plugins.
*
* @psalm-suppress UndefinedDocblockClass
*
* @var array<string, callable|list<string>|string>
* @phpstan-var array<string, array<parser_callable_string>|parser_callable_string|parser_callable>
*/
Expand Down

0 comments on commit aa1775c

Please sign in to comment.