Skip to content

Commit 11fb621

Browse files
committed
Ignore Generic.Files.LineLength.TooLong for providerForTestGenerateAlterTableSql
Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent e2872e3 commit 11fb621

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/unit/Controllers/Table/Structure/MoveColumnsControllerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public function testGenerateAlterTableSql(string $createStatement, array $column
5353
*/
5454
public static function providerForTestGenerateAlterTableSql(): array
5555
{
56+
// phpcs:disable Generic.Files.LineLength.TooLong
5657
return [
5758
// MariaDB / column CHECK constraint
5859
[
@@ -116,5 +117,6 @@ public static function providerForTestGenerateAlterTableSql(): array
116117
SQL,
117118
],
118119
];
120+
// phpcs:enable
119121
}
120122
}

0 commit comments

Comments
 (0)