You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- parameters:
- level: 4
- bootstrapFiles:
- - config/bootstrap.php
- paths:
- - src
- - tests
- - components
- - plugins
- excludePaths:
- - plugins/ActivityPub
- - plugins/Poll
- - components/FreeNetwork
- - tests/CodeCeption/_support/
- earlyTerminatingMethodCalls:
- App\Core\Log:
- - unexpected_exception
- ignoreErrors:
- -
- message: '/Access to an undefined property App\\Util\\Bitmap::\$\w+/'
- paths:
- - *
-
- -
- message: '/^Property App\\PHPStan\\ClassFromTableNameDynamicStaticMethodReturnTypeExtension::\$provider is never read, only written\./'
- path: src/PHPStan/ClassFromTableNameDynamicStaticMethodReturnTypeExtension.php
-
- -
- message: '/Parameter \$I of method [a-zA-Z]+::[a-zA-Z_]+\(\) has invalid type AcceptanceTester\./'
- paths:
- - *
-
- -
- message: '/Call to method [a-zA-Z]+\(\) on an unknown class AcceptanceTester\./'
- paths:
- - *
-
- # -
- # message: '/has no return typehint specified/'
- # paths:
- # - tests/*
-
- services:
- -
- class: App\PHPStan\ClassFromTableNameDynamicStaticMethodReturnTypeExtension
- tags:
- - phpstan.broker.dynamicStaticMethodReturnTypeExtension
-
- -
- class: App\PHPStan\GNUsocialProvider
|