1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00
wallabag/phpstan.neon
2025-02-22 00:28:25 +01:00

18 lines
389 B
Text

includes:
- phpstan-baseline.neon
parameters:
level: 3
paths:
- src
- tests
bootstrapFiles:
- tests/phpstan-bootstrap.php
symfony:
container_xml_path: %rootDir%/../../../var/cache/dev/AppKernelDevDebugContainer.xml
doctrine:
objectManagerLoader: tests/object-manager.php
inferPrivatePropertyTypeFromConstructor: true