From 5e9354cf44621900647b1bb1900c9aac8fa311a6 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 1 Dec 2024 02:55:11 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/MigrationBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MigrationBuilder.php b/src/MigrationBuilder.php index 942120c..49300d1 100644 --- a/src/MigrationBuilder.php +++ b/src/MigrationBuilder.php @@ -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