Completed
Push — master ( 3a3759...49115f )
by Jakub
17:00
created
src/MenuItem.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Nexendrie\Menu;
5 5
 
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     $link = $this->link;
33 33
     foreach($this->linkRenders as $render) {
34 34
       if($render->isApplicable($this->link)) {
35
-        $link =  $render->renderLink($this->link);
35
+        $link = $render->renderLink($this->link);
36 36
         break;
37 37
       }
38 38
     }
Please login to merge, or discard this patch.