1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 03:04:04 +00:00
gloss/phpstan.neon
2020-12-13 21:04:00 +01:00

33 lines
804 B
Text

includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
paths:
- src
- tests
level: 8
universalObjectCratesClasses:
- Illuminate\Routing\Route
ignoreErrors:
-
message: '#has no return typehint specified#'
paths:
- tests/*
- src/GlossTranslator.php
-
message: '#Cannot call method (.*?) on Lean\\Gloss\\GlossTranslator\|#'
paths:
- tests/*
-
message: '#with no typehint specified#'
paths:
- src/GlossTranslator.php
-
message: '#of function str_replace expects#'
paths:
- src/GlossTranslator.php
checkMissingIterableValueType: false