Skip to content

Commit ce8d5f2

Browse files
committed
Sort props
1 parent 5beacee commit ce8d5f2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/Query/Filter/BooleanGroup.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
abstract class BooleanGroup implements GroupFilter
66
{
7-
/**
8-
* Determine if this group should be preserved when nesting filters.
9-
*/
10-
protected bool $nested = false;
11-
127
/**
138
* The filters in the group.
149
*
1510
* @var Filter[]
1611
*/
1712
protected array $filters;
1813

14+
/**
15+
* Determine if this group should be preserved when nesting filters.
16+
*/
17+
protected bool $nested = false;
18+
1919
/**
2020
* Create a new boolean group filter.
2121
*/

0 commit comments

Comments
 (0)