Skip to content

Add GeoJSON type constants #22

Add GeoJSON type constants

Add GeoJSON type constants #22

Re-run triggered December 3, 2023 04:15
Status Failure
Total duration 20s
Artifacts

coding-standards.yml

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

Annotations

10 errors and 1 warning
Coding Standards (7.4): src/BoundingBox.php#L7
Header blocks must be separated by a single blank line
Coding Standards (7.4): src/BoundingBox.php#L8
The class-based use imports must follow the namespace declaration in the file header
Coding Standards (7.4): src/BoundingBox.php#L8
Use statements should be sorted alphabetically. The first wrong one is GeoJson\Exception\UnserializationException.
Coding Standards (7.4): src/BoundingBox.php#L11
Similar statements must be grouped together inside header blocks; the first "use function" statement was found on line 7
Coding Standards (7.4): src/BoundingBox.php#L13
Header blocks must be separated by a single blank line
Coding Standards (7.4): src/BoundingBox.php#L14
Similar statements must be grouped together inside header blocks; the first "use" statement was found on line 8
Coding Standards (7.4): src/GeoJson.php#L7
Header blocks must be separated by a single blank line
Coding Standards (7.4): src/GeoJson.php#L8
The class-based use imports must follow the namespace declaration in the file header
Coding Standards (7.4): src/GeoJson.php#L8
Use statements should be sorted alphabetically. The first wrong one is ArrayObject.
Coding Standards (7.4): src/GeoJson.php#L12
Similar statements must be grouped together inside header blocks; the first "use function" statement was found on line 7
Coding Standards (7.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/