2021-09-06 20:58:21 +01:00
|
|
|
parameters:
|
2021-09-09 01:08:45 +01:00
|
|
|
level: 3
|
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
|
|
|
|
- components/FreeNetwork
|
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-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
|