Introduce addDeferredSql method in migration class #807
coding-standards.yml
on: pull_request
Matrix: Coding Standards / Coding Standards
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.
|