@@ -60,7 +60,7 @@ |
||
60 | 60 | private function checkKeyExists($key) |
61 | 61 | { |
62 | 62 | if (is_null($this->httpFields[$key])) { |
63 | - throw new HttpFieldNotFoundOnCollection('Field ' . $key . ' not found'); |
|
63 | + throw new HttpFieldNotFoundOnCollection('Field '.$key.' not found'); |
|
64 | 64 | } |
65 | 65 | } |
66 | 66 |