Completed
Push — master ( 394b2c...689084 )
by Joao
03:15 queued 01:51
created
src/ResponseBag.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     public function add($object)
19 19
     {
20 20
         if (is_string($object)) {
21
-            $object = [ $object ];
21
+            $object = [$object];
22 22
         }
23 23
         if (!is_object($object) && !is_array($object)) {
24 24
             throw new HttpResponseException('You can add only object');
Please login to merge, or discard this patch.