pgb_liv\php_ms\Writer\ProBedWriter::writeIdentification
Signature
private function writeIdentification(PrecursorIon
$spectra,
Identification
$identification )
Parameters
Test Coverage
Information
- Coverage: 0/46 Lines (0%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
86 - 189 | ExcessiveMethodLength | The method writeIdentification() has 104 lines of code. Current threshold is set to 100. Avoid really long methods. |
Checkstyle
Line | Column | Severity | Message |
---|---|---|---|
156 | 13 | error | Opening parenthesis of a multi-line function call must be the last content on the line |
157 | 146 | warning | Line exceeds 120 characters; contains 146 characters |
158 | 1 | error | Multi-line function call not indented correctly; expected 12 spaces but found 16 |
158 | 21 | error | Closing parenthesis of a multi-line function call must be on a line by itself |