Skip to content

Commit

Permalink
Housekeeping: phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Oct 9, 2023
1 parent 84a762e commit 083b1f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ private function recreateInnerSql(
string $innerSql
): string {
[$searchPatterns, $replacements] = $this->generateSqlAliasReplacements();
$orderByItems = [];
$orderByItems = [];

foreach ($orderByClause->orderByItems as $orderByItem) {
// Walk order by item to get string representation of it and
Expand Down

0 comments on commit 083b1f9

Please sign in to comment.