@@ -65,6 +65,6 @@ |
||
65 | 65 | throw new \RuntimeException('An ID cannot be zero.'); |
66 | 66 | } |
67 | 67 | |
68 | - return $this->entityType() . "/$id/$operation"; |
|
68 | + return $this->entityType()."/$id/$operation"; |
|
69 | 69 | } |
70 | 70 | } |
@@ -41,10 +41,10 @@ |
||
41 | 41 | $credentials = []; |
42 | 42 | |
43 | 43 | foreach ([ |
44 | - 'u' => $username, |
|
45 | - 'p' => $password, |
|
46 | - 'h' => $host, |
|
47 | - 'P' => $port, |
|
44 | + 'u' => $username, |
|
45 | + 'p' => $password, |
|
46 | + 'h' => $host, |
|
47 | + 'P' => $port, |
|
48 | 48 | ] as $parameter => $value) { |
49 | 49 | if (!empty($value)) { |
50 | 50 | $credentials[] = "-$parameter$value"; |