Skip to content

Change BigIntType Casting #5408

Change BigIntType Casting

Change BigIntType Casting #5408

Re-run triggered September 3, 2023 15:47
Status Failure
Total duration 42s
Artifacts

coding-standards.yml

on: pull_request
Matrix: Coding Standards / Coding Standards
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Coding Standards / Coding Standards (8.2): src/Types/BigIntType.php#L9
Expected 1 line between different types of use statement, found 0.
Coding Standards / Coding Standards (8.2): src/Types/BigIntType.php#L11
Use statements should be sorted alphabetically. The first wrong one is FILTER_VALIDATE_INT.
Coding Standards / Coding Standards (8.2): src/Types/BigIntType.php#L12
Expected 1 line between different types of use statement, found 0.
Coding Standards / Coding Standards (8.2): src/Types/BigIntType.php#L42
Expected 1 line after "if", found 0.
Coding Standards / Coding Standards (8.2): src/Types/BigIntType.php#L48
Multi-line arrays must have a trailing comma after the last element.
Coding Standards / Coding Standards (8.2): src/Types/BigIntType.php#L49
Multi-line arrays must have a trailing comma after the last element.
Coding Standards / Coding Standards (8.2): src/Types/BigIntType.php#L54
Expected 1 line after "if", found 0.
Coding Standards / Coding Standards (8.2): src/Types/BigIntType.php#L57
Expected 1 line before "return", found 0.
Coding Standards / Coding Standards (8.2): tests/Types/BigIntTest.php#L11
Expected 1 line between different types of use statement, found 0.
Coding Standards / Coding Standards (8.2): tests/Types/BigIntTest.php#L16
Found multi-line doc comment with single line content, use one-line doc comment instead.