Skip to content

Commit

Permalink
Merge pull request #287 from jolicode/cs
Browse files Browse the repository at this point in the history
Fixed CS
  • Loading branch information
pyrech committed Mar 7, 2024
2 parents 0e857ce + 497b054 commit f77b13d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions phpstan.neon
@@ -1,19 +1,19 @@
parameters:
level: 6
paths:
#- application/src
# - application/src
- application/public
- castor.php
- .castor/
scanFiles:
- .castor.stub.php
# scanDirectories:
# - application/vendor
# scanDirectories:
# - application/vendor
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 f77b13d

Please sign in to comment.