Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Update comments
  • Loading branch information
Tigrov committed Apr 3, 2024
1 parent 98ff145 commit bfa929a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/DDLQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,8 @@ public function renameColumn(string $table, string $oldName, string $newName): s
* @param string $table The table name.
* @param string $column The column name.
*
* @throws Throwable In case when table doesn't contain a column.
*
* @return string The column definition.
* @return string The column definition or empty string in case when schema does not contain the table
* or the table doesn't contain the column.
*/
private function getColumnDefinition(string $table, string $column): string
{
Expand Down

0 comments on commit bfa929a

Please sign in to comment.