From 243044cc80b47f58de0625be4190bb8068199fdd Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 16 Jan 2024 09:32:14 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Schema.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Schema.php b/src/Schema.php index 750fbf8e..1487fc7c 100644 --- a/src/Schema.php +++ b/src/Schema.php @@ -803,11 +803,10 @@ private function filterComment(string $comment): string * * @param string $name The table name. * - * @return string The `CREATE TABLE` SQL string. - * * @throws Exception * @throws InvalidConfigException * @throws Throwable + * @return string The `CREATE TABLE` SQL string. */ private function getCreateTableSql(string $name): string {