Skip to content

Commit 50268f2

Browse files
stevebaumangithub-actions[bot]
authored andcommitted
Fix code style
1 parent c581e51 commit 50268f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ public function whereIn(string $attribute, array $values): static
952952
// If the array of values is empty, we will
953953
// add an empty OR filter to the query to
954954
// ensure that no results are returned.
955-
$this->addFilter(new OrGroup());
955+
$this->addFilter(new OrGroup);
956956

957957
return $this;
958958
}

0 commit comments

Comments
 (0)