Skip to content

Commit c5e37d9

Browse files
committed
phpcs fixes
1 parent 9df427a commit c5e37d9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Compose/ProductionBuilder/Service/Valkey.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@ public function getServiceName(): string
5050
* @inheritDoc
5151
*/
5252
public function getConfig(Config $config): array
53-
{
53+
{
5454
$configArray = $this->serviceFactory->create(
55-
$this->getServiceName(),
56-
$config->getServiceVersion($this->getServiceName()),
57-
[
55+
$this->getServiceName(),
56+
$config->getServiceVersion($this->getServiceName()),
57+
[
5858
BuilderInterface::SERVICE_HEALTHCHECK => [
5959
'test' => 'valkey-cli ping || exit 1',
6060
'interval' => '30s',
6161
'timeout' => '30s',
6262
'retries' => 3
6363
]
64-
],
65-
$config->getServiceImage($this->getServiceName()),
66-
$config->getCustomRegistry()
64+
],
65+
$config->getServiceImage($this->getServiceName()),
66+
$config->getCustomRegistry()
6767
);
6868

6969
// Set both 'cache' and 'valkey.magento2.docker' as aliases unconditionally
@@ -73,7 +73,7 @@ public function getConfig(Config $config): array
7373
];
7474

7575
return $configArray;
76-
}
76+
}
7777

7878
/**
7979
* @inheritDoc

0 commit comments

Comments
 (0)