Skip to content

Commit b0fd94a

Browse files
committed
apply fixes from StyleCI
1 parent 2d771fb commit b0fd94a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Tools/Utils.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public static function getFullUrl(Route $route, array $bindings = []): string
1616

1717
/**
1818
* @param array $action
19+
*
1920
* @return array|null
2021
*/
2122
public static function getRouteActionUses(array $action)
@@ -33,8 +34,6 @@ public static function getRouteActionUses(array $action)
3334
1 => $action[1],
3435
];
3536
}
36-
37-
return null;
3837
}
3938

4039
/**

0 commit comments

Comments
 (0)