Files
animethemes-server/phpstan.neon
T
paranarimasu 54943c9b2c feat: use process facade for FFmpeg routines (#581)
* feat: use process facade for FFmpeg routines

* style: fix StyleCI findings
2023-05-29 23:33:00 -05:00

24 lines
682 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 Database\\Factories.*::trashed\(\).#'