Skip to content

Commit

Permalink
Update dead-code-detector (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Aug 8, 2024
1 parent 558fa45 commit 17967c3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"phpstan/phpstan-strict-rules": "^1.6.0",
"phpunit/phpunit": "^10.5.11",
"shipmonk/composer-dependency-analyser": "^1.2.1",
"shipmonk/dead-code-detector": "dev-master",
"shipmonk/dead-code-detector": "dev-master#a718a55ae62aff39ca11caa54cb9a930118af8d7",
"shipmonk/phpstan-rules": "^3.0.0",
"slevomat/coding-standard": "^8.15.0"
},
Expand Down
14 changes: 8 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ parameters:
entrypoints:
phpunit:
enabled: true

ignoreErrors:
- '#^Unused ShipMonk\\Doctrine\\MySql\\Account\:\:__construct$#'
- '#^Unused ShipMonk\\Doctrine\\MySql\\User\:\:__construct$#'

0 comments on commit 17967c3

Please sign in to comment.