Passed
Push — master ( d3e071...5eb5e7 )
by Nícollas
01:38
created
src/Traits/RouteManagerUtils.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
      */
18 18
     public function where(array $matches)
19 19
     {
20
-        array_map(function ($key, $value) {
20
+        array_map(function($key, $value) {
21 21
             $this->setWhereData($key, $value);
22 22
         }, array_keys($matches), $matches);
23 23
 
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
      */
97 97
     public function name(String $name, Bool $ignoreDefault = false)
98 98
     {
99
-        if($ignoreDefault) {
99
+        if ($ignoreDefault) {
100 100
             $this->setName($name);
101 101
         } else {
102 102
             $this->setName($this->getDefaultName() . $name);
Please login to merge, or discard this patch.