2021-09-06 20:58:21 +01:00
|
|
|
parameters:
|
2021-12-26 22:17:26 +00:00
|
|
|
level: 4
|
2021-09-06 20:58:21 +01:00
|
|
|
bootstrapFiles:
|
|
|
|
- config/bootstrap.php
|
2021-09-13 13:52:44 +01:00
|
|
|
paths:
|
|
|
|
- src
|
|
|
|
- tests
|
|
|
|
- components
|
|
|
|
- plugins
|
2021-11-25 20:08:11 +00:00
|
|
|
excludePaths:
|
|
|
|
- plugins/ActivityPub
|
2021-12-26 22:17:26 +00:00
|
|
|
- plugins/Poll
|
2021-11-25 20:08:11 +00:00
|
|
|
- components/FreeNetwork
|
2022-01-09 14:44:08 +00:00
|
|
|
- tests/CodeCeption/_support/
|
2021-09-06 20:58:21 +01:00
|
|
|
earlyTerminatingMethodCalls:
|
|
|
|
App\Core\Log:
|
2021-09-06 23:47:28 +01:00
|
|
|
- unexpected_exception
|
|
|
|
ignoreErrors:
|
|
|
|
-
|
|
|
|
message: '/Access to an undefined property App\\Util\\Bitmap::\$\w+/'
|
|
|
|
paths:
|
|
|
|
- *
|
2021-12-26 22:17:26 +00:00
|
|
|
|
|
|
|
-
|
|
|
|
message: '/^Property App\\PHPStan\\ClassFromTableNameDynamicStaticMethodReturnTypeExtension::\$provider is never read, only written\./'
|
|
|
|
path: src/PHPStan/ClassFromTableNameDynamicStaticMethodReturnTypeExtension.php
|
|
|
|
|
2022-01-10 23:14:43 +00:00
|
|
|
-
|
2022-01-16 19:29:47 +00:00
|
|
|
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\./'
|
2022-01-10 23:14:43 +00:00
|
|
|
paths:
|
|
|
|
- *
|
|
|
|
|
2021-09-09 01:08:45 +01:00
|
|
|
# -
|
|
|
|
# message: '/has no return typehint specified/'
|
|
|
|
# paths:
|
|
|
|
# - tests/*
|
2021-09-07 21:16:47 +01:00
|
|
|
|
|
|
|
services:
|
|
|
|
-
|
|
|
|
class: App\PHPStan\ClassFromTableNameDynamicStaticMethodReturnTypeExtension
|
|
|
|
tags:
|
|
|
|
- phpstan.broker.dynamicStaticMethodReturnTypeExtension
|
|
|
|
|
|
|
|
-
|
2021-09-08 20:37:33 +01:00
|
|
|
class: App\PHPStan\GNUsocialProvider
|