mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 06:39:18 +00:00
16 lines
331 B
Text
16 lines
331 B
Text
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 3
|
|
paths:
|
|
- src
|
|
- tests
|
|
|
|
symfony:
|
|
container_xml_path: %rootDir%/../../../var/cache/dev/AppKernelDevDebugContainer.xml
|
|
|
|
doctrine:
|
|
objectManagerLoader: tests/object-manager.php
|
|
|
|
inferPrivatePropertyTypeFromConstructor: true
|