Completed
Push — master ( 1b4945...de014b )
by Rafael
06:46
created
config/routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 Router::plugin(
7 7
     'Cart',
8 8
     ['path' => '/cart'],
9
-    function (RouteBuilder $routes) {
9
+    function(RouteBuilder $routes) {
10 10
         $routes->fallbacks(DashedRoute::class);
11 11
     }
12 12
 );
Please login to merge, or discard this patch.
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.