diff --git a/src/Propel/Generator/Platform/DefaultPlatform.php b/src/Propel/Generator/Platform/DefaultPlatform.php index a88d6b541..7d73d1c3e 100644 --- a/src/Propel/Generator/Platform/DefaultPlatform.php +++ b/src/Propel/Generator/Platform/DefaultPlatform.php @@ -492,7 +492,7 @@ public function getColumnDefaultValueDDL(Column $col): string * // '"foo","bar"' * * - * @param array<\Propel\Generator\Model\Column> $columns + * @param array $columns * @param string $delimiter The delimiter to use in separating the column names. * * @return string diff --git a/src/Propel/Generator/Platform/PlatformInterface.php b/src/Propel/Generator/Platform/PlatformInterface.php index 8e5470094..7eebd45ea 100644 --- a/src/Propel/Generator/Platform/PlatformInterface.php +++ b/src/Propel/Generator/Platform/PlatformInterface.php @@ -143,7 +143,7 @@ public function getColumnDefaultValueDDL(Column $col): string; * // '"foo","bar"' * * - * @param array<\Propel\Generator\Model\Column>|array $columns + * @param array|string[] $columns * @param string $delimiter The delimiter to use in separating the column names. * * @return string