Skip to content

Commit e0ec033

Browse files
k0kagithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 4f4a32c commit e0ec033

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Identity/v3/Api.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -692,10 +692,10 @@ public function headGroupUser(): array
692692
public function postCredentials(): array
693693
{
694694
return [
695-
'method' => 'POST',
696-
'path' => 'credentials',
695+
'method' => 'POST',
696+
'path' => 'credentials',
697697
'jsonKey' => 'credential',
698-
'params' => [
698+
'params' => [
699699
'blob' => $this->params->blob(),
700700
'projectId' => $this->params->projectId(),
701701
'type' => $this->params->type('credential'),
@@ -725,10 +725,10 @@ public function getCredential(): array
725725
public function patchCredential(): array
726726
{
727727
return [
728-
'method' => 'PATCH',
729-
'path' => 'credentials/{id}',
728+
'method' => 'PATCH',
729+
'path' => 'credentials/{id}',
730730
'jsonKey' => 'credential',
731-
'params' => ['id' => $this->params->idUrl('credential')] + $this->postCredentials()['params'],
731+
'params' => ['id' => $this->params->idUrl('credential')] + $this->postCredentials()['params'],
732732
];
733733
}
734734

0 commit comments

Comments
 (0)