We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71f2586 + 16bbd68 commit 79df242Copy full SHA for 79df242
EcgM2/Sniffs/CodeStyle/MissingParentCallSniff.php
@@ -84,6 +84,7 @@ private function getConstructorIndex()
84
) {
85
return $methodNameIndex;
86
}
87
+ $publicIndex = $endOfStatement;
88
89
90
return false;
0 commit comments