Skip to content

Commit

Permalink
chore(phpstan): Amended rules to remove non-existing files
Browse files Browse the repository at this point in the history
  • Loading branch information
DotnDev committed Aug 8, 2024
1 parent 2e5212b commit 2fae871
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ parameters:
paths:
- ../src
- ../tests
excludePaths:
- ../src/Util/Collection.php
- ../src/Util/functions.php
ignoreErrors:
- '/Constructor in .+ has parameter .+ with default value./'
- '/Method .+ has parameter .+ with null as default value./'
Expand Down

0 comments on commit 2fae871

Please sign in to comment.