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 Dec 1, 2024
1 parent 34f4c2d commit 5e9354c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MigrationBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public function delete(string $table, array|string $condition = '', array $param
* generated SQL.
*
* @param string $table The name of the table to be created. The name will be properly quoted by the method.
* @param (string|ColumnSchemaInterface)[] $columns The columns (name => definition) in the new table.
* @param (ColumnSchemaInterface|string)[] $columns The columns (name => definition) in the new table.
* @param string|null $options Additional SQL fragment that will be appended to the generated SQL.
*
* @throws Exception
Expand Down

0 comments on commit 5e9354c

Please sign in to comment.