Skip to content

Commit

Permalink
Dev: Skip error for is_string until I found out how to do type
Browse files Browse the repository at this point in the history
annotation for PHPStan in local vars
  • Loading branch information
AllanJard committed Feb 27, 2024
1 parent 3fa8e32 commit cd9160d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ parameters:
- '~has no return type specified~'
- '~return type has no value type specified~'
- '~no value type specified in iterable type array~'
- 'Call to function is_string() with non-falsy-string will always evaluate to true.'

0 comments on commit cd9160d

Please sign in to comment.