Skip to content

Commit

Permalink
Merge pull request doctrine#3616 from rdarcy1/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docblock
  • Loading branch information
Ocramius authored Aug 4, 2019
2 parents c07ed15 + 0b7e390 commit 29486f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function listSequences($database = null)
* this column definition does try to contain the 'primary' field for
* the reason that it is not portable across different RDBMS. Use
* {@see listTableIndexes($tableName)} to retrieve the primary key
* of a table. We're a RDBMS specifies more details these are held
* of a table. Where a RDBMS specifies more details, these are held
* in the platformDetails array.
*
* @param string $table The name of the table.
Expand Down

0 comments on commit 29486f0

Please sign in to comment.