pgb_liv\php_ms\Writer\MzIdentMlWriter::writeSpectrumIdentification
Signature
private function writeSpectrumIdentification(
$id )
Parameters
$id
—
Test Coverage
Information
- Coverage: 0/10 Lines (0%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line |
Rule |
Message |
532 |
ShortVariable
|
Avoid variables with short names like $id. Configured minimum length is 3. |
Checkstyle
Line |
Column |
Severity |
Message |
539 |
24 |
error
|
Opening parenthesis of a multi-line function call must be the last content on the line |
540 |
1 |
error
|
Multi-line function call not indented correctly; expected 8 spaces but found 12 |
540 |
64 |
error
|
Closing parenthesis of a multi-line function call must be on a line by itself |
541 |
121 |
warning
|
Line exceeds 120 characters; contains 121 characters |