Skip to content

Commit

Permalink
Remove non thrown exception from phpdoc (#6574)
Browse files Browse the repository at this point in the history
<!-- Fill in the relevant information below to help triage your pull
request. -->

|      Q       |   A
|------------- | -----------
| Type         | bug
  • Loading branch information
Tofandel authored Oct 25, 2024
1 parent afcd624 commit 9715fe1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Schema/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,7 @@ final public function getRenamedColumns(): array
return $this->renamedColumns;
}

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

0 comments on commit 9715fe1

Please sign in to comment.