Skip to content

Commit

Permalink
Fix default PHPstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsverkoyen committed Jan 3, 2025
1 parent 103798a commit 9622da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan.neon.dist → phpstan.dist.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ services:
parameters:
inferPrivatePropertyTypeFromConstructor: true
symfony:
container_xml_path: %rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml
containerXmlPath: %rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml
level: 7
paths:
- public/
- src/
excludePaths:
- %rootDir%/../../../src/Migrations
- %rootDir%/../../../migrations
ignoreErrors:

0 comments on commit 9622da2

Please sign in to comment.