Files
wallabag/phpstan.neon
Jeremy Benoist 6b5a518ce2 Move to Symfony Flex
The structure changed completely.
Bundles are gone. Everything is flatten in the folder `src`.
I separated import & api controllers to avoid _pollution_ in the main controller folder.
2023-07-28 09:35:07 +02:00

17 lines
353 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: 2
paths:
- src
- tests
symfony:
container_xml_path: %rootDir%/../../../var/cache/test/srcApp_KernelTestDebugContainer.xml
bootstrapFiles:
- vendor/bin/.phpunit/phpunit-8.5-0/vendor/autoload.php
inferPrivatePropertyTypeFromConstructor: true