Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 15, 2023
1 parent 9fdf086 commit 35a0939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/MigrationContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static function definitions(): array
'__constructor()' => [
'historyTable' => '{{%migration}}',
'migrationNameLimit' => 180,
'maxSqlOutputLength' => 0
'maxSqlOutputLength' => 0,
],
],
MigrationInformerInterface::class => NullMigrationInformer::class,
Expand Down

0 comments on commit 35a0939

Please sign in to comment.