Skip to content

Commit

Permalink
Merge pull request #143 from sumocoders/fix-phpstan
Browse files Browse the repository at this point in the history
Fix default PHPstan config
  • Loading branch information
tijsverkoyen authored Jan 6, 2025
2 parents 103798a + 9622da2 commit eb7f3e7
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 eb7f3e7

Please sign in to comment.