Skip to content

Commit 7f2251e

Browse files
committed
refactor: add array return on addFilters() method
1 parent 6967b4c commit 7f2251e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function get(): array
9999
*
100100
* @return list<array<string, array|string>>
101101
*/
102-
private function addFilters(array $routes)
102+
private function addFilters(array $routes): array
103103
{
104104
$filterCollector = new FilterCollector(true);
105105

0 commit comments

Comments
 (0)