mirror of
https://github.com/flarum/framework.git
synced 2025-04-30 00:24:04 +08:00
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
inclues:
|
|
- vendor/phpstan/phpstan-php-parser/extension.neon
|
|
parameters:
|
|
universalObjectCratesClasses:
|
|
- Illuminate\Http\Request
|
|
earlyTerminatingFunctionCalls:
|
|
- abort
|
|
- dd
|
|
excludePaths:
|
|
- *.blade.php
|
|
mixinExcludeClasses:
|
|
- Eloquent
|
|
checkGenericClassInNonGenericObjectType: false
|