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