Unverified Commit 29486f06 authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #3616 from rdarcy1/patch-1

Fix typo in docblock
parents c07ed15e 0b7e3909
...@@ -146,7 +146,7 @@ abstract class AbstractSchemaManager ...@@ -146,7 +146,7 @@ abstract class AbstractSchemaManager
* this column definition does try to contain the 'primary' field for * this column definition does try to contain the 'primary' field for
* the reason that it is not portable across different RDBMS. Use * the reason that it is not portable across different RDBMS. Use
* {@see listTableIndexes($tableName)} to retrieve the primary key * {@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. * in the platformDetails array.
* *
* @param string $table The name of the table. * @param string $table The name of the table.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment