Skip to content

Commit

Permalink
Fix several issues in the wrapper config
Browse files Browse the repository at this point in the history
Drop PHP Parser as the package is abandoned
  • Loading branch information
WyriHaximus committed Apr 6, 2024
1 parent 04a5962 commit 6a1536b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions wrapper.neon
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
includes:
- ../../ergebnis/phpstan-rules/rules.neon
- ../../jangregor/phpstan-prophecy/extension.neon
- ../../pepakriz/phpstan-exception-rules/extension.neon
- ../../phpstan/phpstan-deprecation-rules/rules.neon
- ../../phpstan/phpstan-mockery/extension.neon
- ../../phpstan/phpstan-phpunit/rules.neon
- ../../phpstan/phpstan-phpunit/extension.neon
- ../../jangregor/phpstan-prophecy/extension.neon
- ../../ergebnis/phpstan-rules/rules.neon
- ../../phpstan/phpstan-strict-rules/rules.neon
- ../../phpstan/phpstan-deprecation-rules/rules.neon
- ../../thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
- ../../thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon

0 comments on commit 6a1536b

Please sign in to comment.