forked from wallabag/wallabag
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.
17 lines
353 B
Plaintext
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
|