Completed
Push — master ( 1b4945...de014b )
by Rafael
06:46
created
src/Controller/Component/CartComponent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
 
125 125
     public function count()
126 126
     {
127
-        return count ($this->get());
127
+        return count($this->get());
128 128
     }
129 129
 
130 130
     /**
Please login to merge, or discard this patch.