Skip to content

Commit 17967c3

Browse files
authored
Update dead-code-detector (#109)
1 parent 558fa45 commit 17967c3

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"phpstan/phpstan-strict-rules": "^1.6.0",
2121
"phpunit/phpunit": "^10.5.11",
2222
"shipmonk/composer-dependency-analyser": "^1.2.1",
23-
"shipmonk/dead-code-detector": "dev-master",
23+
"shipmonk/dead-code-detector": "dev-master#a718a55ae62aff39ca11caa54cb9a930118af8d7",
2424
"shipmonk/phpstan-rules": "^3.0.0",
2525
"slevomat/coding-standard": "^8.15.0"
2626
},

composer.lock

+8-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpstan.neon.dist

+4
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ parameters:
3333
entrypoints:
3434
phpunit:
3535
enabled: true
36+
37+
ignoreErrors:
38+
- '#^Unused ShipMonk\\Doctrine\\MySql\\Account\:\:__construct$#'
39+
- '#^Unused ShipMonk\\Doctrine\\MySql\\User\:\:__construct$#'

0 commit comments

Comments
 (0)