Completed
Push — develop ( fcf138...6e2abb )
by Greg
09:51 queued 04:00
created
app/Module/ModuleThemeTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     {
56 56
         return
57 57
             '<ul class="nav wt-user-menu">' .
58
-            implode('', array_map(function (Menu $menu) use ($tree): string {
58
+            implode('', array_map(function (Menu $menu) use ($tree) : string {
59 59
                 return $this->formatUserMenuItem($menu);
60 60
             }, $this->userMenu($tree))) .
61 61
             '</ul>';
Please login to merge, or discard this patch.