Completed
Push — d64 ( b460e4...2ffd1a )
by Welling
03:33
created
src/Response/Entry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
             return $this->data[$name];
84 84
         }
85 85
 
86
-        throw new \InvalidArgumentException('Invalid property: ' . $name);
86
+        throw new \InvalidArgumentException('Invalid property: '.$name);
87 87
     }
88 88
 
89 89
     /**
Please login to merge, or discard this patch.