pgb_liv\php_ms\Writer\ProBedWriter::getModificationString

Signature

private function getModificationString(Peptide $peptide )

Parameters

$peptide

Test Coverage

Information

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

Violations

PHPMessDetector

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