Completed
Push — master ( 1a8f32...3bb13f )
by Jakub
01:48
created
src/MenuItem.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     $link = $this->link;
32 32
     foreach($this->linkRenders as $render) {
33 33
       if($render->isApplicable($this->link)) {
34
-        $link =  $render->renderLink($this->link);
34
+        $link = $render->renderLink($this->link);
35 35
         break;
36 36
       }
37 37
     }
Please login to merge, or discard this patch.