Skip to content

Commit 01f3630

Browse files
committed
Clean up code
1 parent af20160 commit 01f3630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/framework/src/Foundation/Internal/LoadYamlConfiguration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
use Hyde\Facades\Navigation;
1010
use Hyde\Foundation\Application;
1111
use Illuminate\Config\Repository;
12-
use Hyde\Framework\Features\Navigation\NavigationItem;
1312
use Hyde\Framework\Features\Blogging\Models\PostAuthor;
1413
use Hyde\Framework\Exceptions\InvalidConfigurationException;
1514

15+
use function tap;
1616
use function array_merge;
1717

1818
/**
@@ -84,7 +84,7 @@ protected function parseAuthors(array $authors): array
8484
}
8585

8686
/**
87-
* @param array<array{destination: string, label: ?string, priority: ?int}> $items Where destination is a route key or an external URI.
87+
* @param array<array{destination: string, label: ?string, priority: ?int}> $items Where destination is a route key or an external URI.
8888
* @return array<\Hyde\Framework\Features\Navigation\NavigationItem>
8989
*/
9090
protected function parseNavigationItems(array $items): array

0 commit comments

Comments
 (0)