pgb_liv\php_ms\Writer\MzIdentMlWriter::writeSearchDatabase

Signature

private function writeSearchDatabase( $id )

Parameters

$id

Test Coverage

Information

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

Violations

PHPMessDetector

Line Rule Message
449 ShortVariable Avoid variables with short names like $id. Configured minimum length is 3.
469 - 471 ElseExpression The method writeSearchDatabase uses an else expression. Else is never necessary and you can simplify the code to work without else.