Skip to content

Commit

Permalink
Fiddle with shit for phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
oojacoboo committed Dec 11, 2023
1 parent 3f514b6 commit 85c78d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Propel/Generator/Platform/DefaultPlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ public function getColumnDefaultValueDDL(Column $col): string
* // '"foo","bar"'
* </code>
*
* @param array<\Propel\Generator\Model\Column> $columns
* @param array<Column> $columns
* @param string $delimiter The delimiter to use in separating the column names.
*
* @return string
Expand Down
2 changes: 1 addition & 1 deletion src/Propel/Generator/Platform/PlatformInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function getColumnDefaultValueDDL(Column $col): string;
* // '"foo","bar"'
* </code>
*
* @param array<\Propel\Generator\Model\Column>|array<string> $columns
* @param array<Column>|string[] $columns
* @param string $delimiter The delimiter to use in separating the column names.
*
* @return string
Expand Down

0 comments on commit 85c78d5

Please sign in to comment.