@@ -1,5 +1,5 @@ discard block |
||
| 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 |
||
| 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 | } |