1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 02:09:22 +02:00
Oinktube/vendor/norkunas/onesignal-php-api/phpstan.neon.dist
2021-11-08 13:53:37 -03:00

19 lines
539 B
Text

includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
parameters:
bootstrapFiles:
- vendor/bin/.phpunit/phpunit/vendor/autoload.php
paths:
- src/
- tests/
tmpDir: %currentWorkingDirectory%/.phpstan
level: 8
inferPrivatePropertyTypeFromConstructor: true
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
checkUninitializedProperties: true
ignoreErrors:
-
path: %currentWorkingDirectory%/src/Notifications.php
message: '#PHPDoc tag @param references unknown parameter: \$kind#'