Skip to content

Commit 79df242

Browse files
committed
Merge branch 'master' of github.com:magento-ecg/coding-standard
2 parents 71f2586 + 16bbd68 commit 79df242

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)