1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 03:04:04 +00:00
gloss/phpstan.neon
Abrar Ahmad 263e0aa1cb
Support Laravel 9 (#3)
* wip

* Update composer.json

* Update composer.json

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>

* Update composer.json

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>

* Update ci.yml

* Update composer.json

* wip

* wip

* Update ci.yml

* typehint -> type

* Update phpstan.neon

* Update composer.json

* Update composer.json

* wip

* Update composer.json

* Update composer.json

* Update composer.json

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-01-27 18:10:10 +01:00

29 lines
668 B
Text

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