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 {