wishthis/vendor/knplabs/github-api/phpstan.neon.dist

16 lines
383 B
Text
Raw Normal View History

2022-01-21 08:23:52 +00:00
parameters:
checkMissingIterableValueType: false
level: 6
paths:
- lib
ignoreErrors:
# Ignore typehint errors on api classes
-
message: '#Method (.*) with no typehint specified\.#'
path: lib/Github/Api
-
message: '#Method (.*) has no return typehint specified\.#'
path: lib/Github/Api