12345678910111213141516171819202122232425262728293031323334 |
- parameters:
- level: 3
- bootstrapFiles:
- - config/bootstrap.php
- paths:
- - src
- - tests
- - components
- - plugins
- excludePaths:
- - plugins/ActivityPub
- - components/FreeNetwork
- earlyTerminatingMethodCalls:
- App\Core\Log:
- - unexpected_exception
- ignoreErrors:
- -
- message: '/Access to an undefined property App\\Util\\Bitmap::\$\w+/'
- paths:
- - *
- # -
- # message: '/has no return typehint specified/'
- # paths:
- # - tests/*
- services:
- -
- class: App\PHPStan\ClassFromTableNameDynamicStaticMethodReturnTypeExtension
- tags:
- - phpstan.broker.dynamicStaticMethodReturnTypeExtension
- -
- class: App\PHPStan\GNUsocialProvider
|