Skip to content

Commit

Permalink
ignore phpstan error for e() helper
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed May 31, 2023
1 parent f6d85e3 commit 6d6903a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ parameters:
- '#^Method ArchTech\\SEO\\SEOManager::flipp\(\) should return static\(ArchTech\\SEO\\SEOManager\)\|string but returns array\|string\|null\.$#'
- '#^Method ArchTech\\SEO\\SEOManager::previewify\(\) should return static\(ArchTech\\SEO\\SEOManager\)\|string but returns array\|string\|null\.$#'
- '#^Method ArchTech\\SEO\\SEOManager::render\(\) has parameter \$args with no type specified\.$#'
- '#^Parameter \#1 \$value of function e expects#'

0 comments on commit 6d6903a

Please sign in to comment.