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. */