File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed
Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ public function __construct(
2020 private string $ cacheKey ,
2121 private CompiledMapperInterface $ mapper ,
2222 private string $ mappingField ,
23- ) {}
23+ ) {
24+ }
2425
2526 public function transform (): \Generator
2627 {
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ public function __construct(
2323 private readonly int $ pageSize = 100 ,
2424 /** @var FilterGroup[] $filters */
2525 private readonly array $ filters = [],
26- ) {}
26+ ) {
27+ }
2728
2829 private function compileQueryParameters (int $ currentPage = 1 ): array
2930 {
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ public function __construct(
1010 public string $ field ,
1111 public string $ conditionType ,
1212 public mixed $ value ,
13- ) {}
13+ ) {
14+ }
1415}
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ public function __construct(
2323 private readonly int $ pageSize = 100 ,
2424 /** @var FilterGroup[] $filters */
2525 private readonly array $ filters = [],
26- ) {}
26+ ) {
27+ }
2728
2829 private function compileQueryParameters (int $ currentPage = 1 ): array
2930 {
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ public function __construct(
2121 private CompiledMapperInterface $ mapper ,
2222 private string $ mappingField ,
2323 private string $ attributeCode ,
24- ) {}
24+ ) {
25+ }
2526
2627 public function transform (): \Generator
2728 {
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ public function __construct(
2323 private readonly int $ pageSize = 100 ,
2424 /** @var FilterGroup[] $filters */
2525 private readonly array $ filters = [],
26- ) {}
26+ ) {
27+ }
2728
2829 private function compileQueryParameters (int $ currentPage = 1 ): array
2930 {
You can’t perform that action at this time.
0 commit comments