We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9069159 commit bc1862cCopy full SHA for bc1862c
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