Skip to content

Commit

Permalink
Ignore tests in phpstan for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Zombaya committed Dec 9, 2023
1 parent a4e79da commit 35add17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/symfony7.x/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"symfony/runtime": "7.0.*",
"symfony/twig-bundle": "7.0.*",
"symfony/yaml": "7.0.*"
},gi
},
"require-dev": {
"symfony/phpunit-bridge": "^7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ parameters:
level: 0
paths:
- src
- tests
#- tests
tmpDir: .phpstan-cache

0 comments on commit 35add17

Please sign in to comment.