Skip to content

Commit

Permalink
chore(phpstan): remove dead path from parameters.excludePaths (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Nov 11, 2024
1 parent 2fb0e85 commit 9e71f62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
parameters:
level: max

excludePaths:
- %currentWorkingDirectory%/tests/Fixtures/SomeDirectory/BrokenClassFixture.php

paths:
- %currentWorkingDirectory%/src
- %currentWorkingDirectory%/tests

0 comments on commit 9e71f62

Please sign in to comment.