File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class FixturesLoadCommand extends Command
2828{
2929 public function __construct (
3030 private readonly string $ appEnv ,
31- private readonly FixtureLoader $ loader
31+ private readonly FixtureLoader $ loader,
3232 ) {
3333 parent ::__construct ();
3434 }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class FixtureLoader
2020 public function __construct (
2121 private readonly HttpClientInterface $ httpClient ,
2222 private readonly IndexInterface $ index ,
23- private readonly Client $ client
23+ private readonly Client $ client,
2424 ) {
2525 }
2626
Original file line number Diff line number Diff line change 1717class ElasticSearchIndex implements IndexInterface
1818{
1919 public function __construct (
20- private readonly Client $ client
20+ private readonly Client $ client,
2121 ) {
2222 }
2323
@@ -297,7 +297,7 @@ private function getSort(string $indexName): array
297297 ],
298298 default => [
299299 '_score ' ,
300- ]
300+ ],
301301 };
302302 }
303303}
You can’t perform that action at this time.
0 commit comments