File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments