phpstan.neon
7 lines
| 1 | parameters: |
| 2 | ignoreErrors: |
| 3 | - '#Property [A-Za-z\\]+::\$[A-Za-z]+ has no typehint specified#' |
| 4 | - '#Method [A-Za-z\\]+::[A-Za-z]+\(\) has no return typehint specified#' |
| 5 | - '#Method [A-Za-z\\]+::[A-Za-z]+\(\) has parameter \$[A-Za-z0-9]+ with no typehint specified#' |
| 6 | checkMissingIterableValueType: false |
| 7 |