Commit 0b7e3909 authored by Robin D'Arcy's avatar Robin D'Arcy

Fix typo in AbstractSchemaManager.php docblock

Change "we're" to "where" in docblock for listTableColumns()
method. Add comma to improve readability.
parent c1af3428
......@@ -146,7 +146,7 @@ abstract class AbstractSchemaManager
* 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.
......
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