pgb_liv\php_ms\Reader\MzIdentMlReader1r1::getModification

Signature

protected function getModification(SimpleXMLElement $xml )

Parameters

$xml

Test Coverage

Information

  • Coverage: 0/28 Lines (0%)
  • Tests: 0
  • Passed: 0 (0%)

Violations

PHPMessDetector

Line Rule Message
519 - 523 ElseExpression The method getModification uses an else expression. Else is never necessary and you can simplify the code to work without else.