Skip to content

Commit 369ec09

Browse files
committed
Apply fixes from StyleCI
1 parent 91b35fb commit 369ec09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ private function loadColumn(array $info): ColumnInterface
720720
* - uniques
721721
* - checks
722722
*
723-
* @return CheckConstraint[]|ForeignKeyConstraint[]|IndexConstraint[]|IndexConstraint|null Constraints.
723+
* @return CheckConstraint[]|ForeignKeyConstraint[]|IndexConstraint|IndexConstraint[]|null Constraints.
724724
*/
725725
private function loadTableConstraints(string $tableName, string $returnType): array|IndexConstraint|null
726726
{

0 commit comments

Comments
 (0)