Skip to content

Commit

Permalink
fix: rollback phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
ramunasd committed Mar 23, 2024
1 parent caf107a commit df396db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parameters:
fileExtensions:
- php
symfony:
container_xml_path: var/cache/test/KernelTestDebugContainer.xml
container_xml_path: var/cache/test/TestKernelTestDebugContainer.xml
ignoreErrors:
- '#Call to an undefined method Prophecy\\Prophecy\\ObjectProphecy::.+\(\)#'
reportUnmatchedIgnoredErrors: false
Expand Down

0 comments on commit df396db

Please sign in to comment.