Skip to content

Commit b92cf1d

Browse files
authored
Deprecate $withColumn argument of Quoter::getTableNamesParts() method (#768)
1 parent 735b456 commit b92cf1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Schema/QuoterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function cleanUpTableNames(array $tableNames): array;
3030
* Splits full table name into parts.
3131
*
3232
* @param string $name The full name of the table.
33-
* @param bool $withColumn For cases when full name has as last prat name of column.
33+
* @param bool $withColumn Deprecated. Will be removed in version 2.0.0.
3434
*
3535
* @return string[] The table name parts.
3636
*/

0 commit comments

Comments
 (0)