From adbafebf8c57c201ce9088d4e02e33215464dc80 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Wed, 1 Nov 2023 13:29:12 +0700 Subject: [PATCH] Deprecate `$withColumn` argument of `Quoter::getTableNamesParts()` method --- src/Schema/QuoterInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Schema/QuoterInterface.php b/src/Schema/QuoterInterface.php index a3f504f57..f51e446cc 100644 --- a/src/Schema/QuoterInterface.php +++ b/src/Schema/QuoterInterface.php @@ -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. */