We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7277ed6 commit 90c01e3Copy full SHA for 90c01e3
1 file changed
build/phpstan.neon
@@ -77,6 +77,10 @@ parameters:
77
- '#^Dynamic call to static method PHPUnit\\Framework\\\S+\(\)\.$#'
78
- '#should be contravariant with parameter \$node \(PhpParser\\Node\) of method PHPStan\\Rules\\Rule<PhpParser\\Node>::processNode\(\)$#'
79
- '#Variable property access on PhpParser\\Node#'
80
+ -
81
+ identifier: shipmonk.deadMethod
82
+ message: '#^Unused .*?::__construct#' # likely used in DIC
83
+ reportUnmatched: false
84
-
85
identifier: shipmonk.deadMethod
86
message: '#^Unused .*?Factory::create#' # likely used in DIC
0 commit comments