We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20cb8a6 + bc1862c commit 16bbd68Copy full SHA for 16bbd68
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