Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
markinigor committed May 29, 2024
1 parent 20d3aee commit d238e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Query/SelectQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ public function getTokens(): array
'limit' => $this->limit,
'offset' => $this->offset,
'union' => $this->unionTokens,
'intersect' => $this->intersectTokens,
'except' => $this->exceptTokens,
'intersect' => $this->intersectTokens,
'except' => $this->exceptTokens,
];
}

Expand Down

0 comments on commit d238e89

Please sign in to comment.