mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-12 16:41:51 +01:00
17 lines
331 B
Plaintext
17 lines
331 B
Plaintext
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
|