Completed
Push — master ( b5854b...1ca308 )
by Joao
02:16
created
src/ResponseBag.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public function process()
25 25
     {
26 26
         $collection = (array)$this->collection;
27
-        if (count($collection)===1) {
27
+        if (count($collection) === 1) {
28 28
             $collection = $collection[0];
29 29
         }
30 30
         
Please login to merge, or discard this patch.