Skip to content

chore(deps): update phpstan packages to v2 (major) #532

chore(deps): update phpstan packages to v2 (major)

chore(deps): update phpstan packages to v2 (major) #532

Triggered via pull request November 11, 2024 15:27
Status Failure
Total duration 59s
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 (8.2): src/Format/Json.php#L21
Expected 1 line before "return", found 0.
Coding Standards (8.2): src/Format/JsonCompact.php#L21
Expected 1 line before "return", found 0.
Coding Standards (8.2): src/Format/TabSeparated.php#L20
Expected 1 line before "return", found 0.
Coding Standards (8.2): src/Format/Pretty.php#L20
Expected 1 line before "return", found 0.
Coding Standards (8.2): src/Format/PrettySpace.php#L20
Expected 1 line before "return", found 0.
Coding Standards (8.2): src/Format/JsonEachRow.php#L21
Expected 1 line before "return", found 0.
Coding Standards (8.2): tests/Exception/UnsupportedParamValueTest.php#L15
Type sprintf is not used in this file.
Coding Standards (8.2): tests/Exception/UnsupportedParamValueTest.php#L17
Type PHP_VERSION_ID is not used in this file.
Coding Standards (8.2): tests/Exception/UnsupportedParamValueTest.php#L72
Array key not indented correctly; expected 12 spaces but found 16
Coding Standards (8.2): src/Sql/ValueFormatter.php#L97
Line indented incorrectly; expected at least 24 spaces, found 20
Coding Standards (8.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/