Skip to content

Commit

Permalink
Merge pull request #285 from jolicode/fix/config-phpstan
Browse files Browse the repository at this point in the history
Fix config phpstan
  • Loading branch information
lyrixx committed Mar 7, 2024
2 parents 8705547 + 22a31b0 commit 5bbffd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan.neon
Expand Up @@ -10,8 +10,8 @@ parameters:
tmpDir: tools/phpstan/var
inferPrivatePropertyTypeFromConstructor: true

# symfony:
# container_xml_path: application/var/cache/dev/App_KernelDevDebugContainer.xml'
# symfony:
# container_xml_path: 'application/var/cache/dev/App_KernelDevDebugContainer.xml'

typeAliases:
ContextData: '''
Expand Down

0 comments on commit 5bbffd4

Please sign in to comment.