Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 17, 2023
1 parent b93048b commit 462cc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LuaScriptBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function buildMax($query, $column)
private function build($query, $buildResult, $return)
{
$columns = [];

if ($query->where !== null) {
$condition = $this->buildCondition($query->where, $columns);
} else {
Expand Down

0 comments on commit 462cc69

Please sign in to comment.