@@ -63,7 +63,7 @@ |
||
63 | 63 | private function checkKeyExists($key) |
64 | 64 | { |
65 | 65 | if (!array_key_exists($key, $this->httpFields)) { |
66 | - throw new HttpFieldNotFoundOnCollection('Field ' . $key . ' not found'); |
|
66 | + throw new HttpFieldNotFoundOnCollection('Field '.$key.' not found'); |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 |