Skip to content

Commit 16bbd68

Browse files
authored
Merge pull request #65 from magento-ecg/ecgm2-added-extdn-rules
MAGINT-36: Up-to-Date Code Sniffer
2 parents 20cb8a6 + bc1862c commit 16bbd68

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)