Test Failed
Push — master ( 37172c...050d5a )
by Jairo
02:13
created
src/Entity/HttpFieldCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.