diff --git a/src/Platforms/AbstractPlatform.php b/src/Platforms/AbstractPlatform.php index 92da9c4073b..58b53c71b26 100644 --- a/src/Platforms/AbstractPlatform.php +++ b/src/Platforms/AbstractPlatform.php @@ -746,8 +746,6 @@ public function getSubstringExpression(string $string, string $start, ?string $l /** * Returns a SQL snippet to concatenate the given strings. - * - * @param string[] ...$string */ public function getConcatExpression(string ...$string) : string {