Skip to content

Commit 4401ccf

Browse files
Spamerczclaude
andcommitted
style: fix fully qualified count() call and CRLF line endings
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 80a64ae commit 4401ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Nested.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function toArray(): array
3434
{
3535
$queryArray = $this->query->toArray();
3636

37-
if (count($queryArray) === 0) {
37+
if (\count($queryArray) === 0) {
3838
$queryArray = [
3939
'bool' => [],
4040
];

0 commit comments

Comments
 (0)