Skip to content

Introduce addDeferredSql method in migration class #807

Introduce addDeferredSql method in migration class

Introduce addDeferredSql method in migration class #807

Triggered via pull request December 16, 2024 16:08
Status Failure
Total duration 23s
Artifacts

coding-standards.yml

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

Annotations

5 errors
Coding Standards / Coding Standards (8.3): src/AbstractMigration.php#L143
Expected 1 line between description and annotations, found 0.
Coding Standards / Coding Standards (8.3): tests/MigratorTest.php#L82
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space
Coding Standards / Coding Standards (8.3): tests/MigratorTest.php#L84
Multi-line function calls must have a trailing comma after the last parameter.
Coding Standards / Coding Standards (8.3): tests/MigratorTest.php#L115
Usage of short nullable type hint in "?SchemaDiffProvider" is disallowed.
Coding Standards / Coding Standards (8.3)
Process completed with exit code 1.