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 Jan 16, 2024
1 parent 17a84b1 commit 243044c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 243044c

Please sign in to comment.