You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# to allow installing with various phsptan versions without reporting old errors here
reportUnmatchedIgnoredErrors: false
level: max
paths:
- src
- tests
bootstrapFiles:
- 'tests/bootstrap.php'
ignoreErrors:
# iterables
- '#has no value type specified in iterable type Iterator#'
# mixed
- '#Method ObjectCalisthenics\\Helper\\ClassAnalyzer\:\:ensureIsClassLikeToken\(\) has parameter \$token with no value type specified in iterable type array#'