mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 11:14:04 +00:00
29 lines
668 B
Text
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
|