Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 2391c6a

Browse files
committed
Cleaned up CS
1 parent 54fb22f commit 2391c6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

QuietFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ class QuietFactory implements FactoryInterface
2020
* @var FactoryInterface
2121
*/
2222
private $innerFactory;
23+
2324
/**
2425
* @var LoggerInterface
2526
*/
2627
private $logger;
28+
2729
/**
2830
* Whether to return null or a MenuItem without any URL if no URL can be
2931
* found for a MenuNode.

0 commit comments

Comments
 (0)