Skip to content

Commit

Permalink
Phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofandel authored Oct 25, 2024
1 parent 8dd12e5 commit 61d6402
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Schema/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,7 @@ final public function getRenamedColumns(): array
return $this->renamedColumns;
}

/**
* @throws LogicException
*/
/** @throws LogicException */
final public function renameColumn(string $oldName, string $newName): Column
{
$oldName = $this->normalizeIdentifier($oldName);
Expand Down

0 comments on commit 61d6402

Please sign in to comment.