Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 9ee6e1a

Browse files
committed
fix style ci
1 parent 3d83e00 commit 9ee6e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Api/Customers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ public function create($body)
3535
* Update customer account.
3636
*
3737
* @param string $id
38-
* @param array $parameters
38+
* @param array $parameters
3939
* @return array
4040
*/
4141
public function update($id, $parameters = [])
4242
{
43-
return $this->put('/customers/' . $id, $parameters);
43+
return $this->put('/customers/'.$id, $parameters);
4444
}
4545

4646
/**

0 commit comments

Comments
 (0)