Files
animethemes-server/phpstan.neon
T
paranarimasu 4258e0727d Seed audios (#426)
* feat: initial implementation of audio resource

* chore: bump dependencies
2022-07-30 21:14:29 -05:00

27 lines
866 B
Plaintext

includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
checkModelProperties: true
checkOctaneCompatibility: true
checkMissingIterableValueType: false
paths:
- app
- config
- database
- elastic
- routes
- tests
# The level 8 is the highest level
level: 5
ignoreErrors:
- '#Call to an undefined method Mockery\\ExpectationInterface|Mockery\\HigherOrderMessage::once\(\).#'
- '#Strict comparison using === between class-string<Laravel\\Nova\\Resource> and null will always evaluate to false.#'
- '#Call to an undefined method ProtoneMedia\\LaravelFFMpeg\\Drivers\\PHPFFMpeg::export\(\).#'
-
message: '#Unreachable statement - code above always terminates.#'
path: app/Http/Middleware/ThrottleRequestsWithService.php