Passed
Push — develop ( 44900c...9b5fd9 )
by nguereza
03:06
created
src/Auth/Entity/Permission.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 
80 80
 
81 81
         $mapper->filter('parent', function (Query $q, $value) {
82
-             $q->where('parent_id')->is($value);
82
+                $q->where('parent_id')->is($value);
83 83
         });
84 84
     }
85 85
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
         ]));
79 79
 
80 80
 
81
-        $mapper->filter('parent', function (Query $q, $value) {
81
+        $mapper->filter('parent', function(Query $q, $value) {
82 82
              $q->where('parent_id')->is($value);
83 83
         });
84 84
     }
Please login to merge, or discard this patch.