Passed
Push — master ( 9b394e...3e9160 )
by Jairo
02:14
created
src/Entity/HttpFieldCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.