We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5beacee commit ce8d5f2Copy full SHA for ce8d5f2
1 file changed
src/Query/Filter/BooleanGroup.php
@@ -4,18 +4,18 @@
4
5
abstract class BooleanGroup implements GroupFilter
6
{
7
- /**
8
- * Determine if this group should be preserved when nesting filters.
9
- */
10
- protected bool $nested = false;
11
-
12
/**
13
* The filters in the group.
14
*
15
* @var Filter[]
16
*/
17
protected array $filters;
18
+ /**
+ * Determine if this group should be preserved when nesting filters.
+ */
+ protected bool $nested = false;
+
19
20
* Create a new boolean group filter.
21
0 commit comments