Skip to content

Commit 9715fe1

Browse files
authored
Remove non thrown exception from phpdoc (#6574)
<!-- Fill in the relevant information below to help triage your pull request. --> | Q | A |------------- | ----------- | Type | bug
1 parent afcd624 commit 9715fe1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Schema/Table.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,7 @@ final public function getRenamedColumns(): array
276276
return $this->renamedColumns;
277277
}
278278

279-
/**
280-
* @throws LogicException
281-
* @throws SchemaException
282-
*/
279+
/** @throws LogicException */
283280
final public function renameColumn(string $oldName, string $newName): Column
284281
{
285282
$oldName = $this->normalizeIdentifier($oldName);

0 commit comments

Comments
 (0)