From 85c78d5b3469c22b6ac5abfaaf829173e8c05d8e Mon Sep 17 00:00:00 2001 From: Jacob Thomason Date: Mon, 11 Dec 2023 05:29:33 -0500 Subject: [PATCH] Fiddle with shit for phpcs --- src/Propel/Generator/Platform/DefaultPlatform.php | 2 +- src/Propel/Generator/Platform/PlatformInterface.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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