Skip to content

Commit

Permalink
Deprecate $withColumn argument of Quoter::getTableNamesParts() me…
Browse files Browse the repository at this point in the history
…thod (#768)
  • Loading branch information
Tigrov authored Nov 9, 2023
1 parent 735b456 commit b92cf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/QuoterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function cleanUpTableNames(array $tableNames): array;
* Splits full table name into parts.
*
* @param string $name The full name of the table.
* @param bool $withColumn For cases when full name has as last prat name of column.
* @param bool $withColumn Deprecated. Will be removed in version 2.0.0.
*
* @return string[] The table name parts.
*/
Expand Down

0 comments on commit b92cf1d

Please sign in to comment.