pgb_liv\php_ms\experimental\MzMlMerge::analyseFile

Signature

private function analyseFile( $file )

Parameters

$file

Violations

PHPMessDetector

Line Rule Message
128 - 188 CyclomaticComplexity The method analyseFile() has a Cyclomatic Complexity of 13. The configured cyclomatic complexity threshold is 10.
128 - 188 NPathComplexity The method analyseFile() has an NPath complexity of 541. The configured NPath complexity threshold is 200.

Checkstyle

Line Column Severity Message
170 17 error Opening parenthesis of a multi-line function call must be the last content on the line
170 115 error Only one argument is allowed per line in a multi-line function call
171 1 error Multi-line function call not indented correctly; expected 12 spaces but found 16
171 25 error Closing parenthesis of a multi-line function call must be on a line by itself