Passed
Push — master ( c9c763...cf735d )
by Manuele
15:21
created
src/Service/AdminControlPanel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
             $grouped[$sub[$pidKey]][] = $sub;
47 47
         }
48 48
 
49
-        $fnBuilder = function ($siblings) use (&$fnBuilder, $grouped, $idKey) {
49
+        $fnBuilder = function($siblings) use (&$fnBuilder, $grouped, $idKey) {
50 50
             foreach ($siblings as $k => $sibling) {
51 51
                 $id = $sibling[$idKey];
52 52
                 if (isset($grouped[$id])) {
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
         foreach (self::$list as $class) {
81 81
             $subTree = call_user_func($class . '::__setupNavigation', $tokenStorage);
82 82
 
83
-            $isMulti = function ($arr) {
83
+            $isMulti = function($arr) {
84 84
                 foreach ($arr as $v) {
85 85
                     if (is_array($v)) {
86 86
                         return true;
Please login to merge, or discard this patch.
src/Form/NewForumType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
                             ]
73 73
                         ),
74 74
                         new Callback(
75
-                            function ($object, ExecutionContextInterface $context, $payload) {
75
+                            function($object, ExecutionContextInterface $context, $payload) {
76 76
                                 if ($this->helper->urlExists($object)) {
77 77
                                     $context->addViolation('new_forum.url.already_in_use');
78 78
                                 }
Please login to merge, or discard this patch.