Skip to content

Commit bc1862c

Browse files
committed
MAGINT-36: Up-to-Date Code Sniffer
* Bugfixing for an infinite loop issue in some Classes.
1 parent 9069159 commit bc1862c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EcgM2/Sniffs/CodeStyle/MissingParentCallSniff.php

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ private function getConstructorIndex()
8484
) {
8585
return $methodNameIndex;
8686
}
87+
$publicIndex = $endOfStatement;
8788
}
8889

8990
return false;

0 commit comments

Comments
 (0)