Skip to content

Commit

Permalink
Use variable name instead of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrans committed Aug 20, 2024
1 parent b85bf8b commit baae44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QueryGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function __call(string $method, array $args) {

if ($clauses instanceof self) {
$clauses->skipValidation();
[$clauses, $params] = $clauses->build(/* $skipClauses = */ true);
[$clauses, $params] = $clauses->build(skipClauses: true);
}

if (!is_array($clauses)) {
Expand Down

0 comments on commit baae44b

Please sign in to comment.