Skip to content

Commit

Permalink
style: used pint to work out what the thing styleci was complaining a…
Browse files Browse the repository at this point in the history
…bout was
  • Loading branch information
fredbradley committed Apr 10, 2024
1 parent a8709d7 commit 09e6946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Foundation/Console/RouteListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ protected function getRouteInformation(Route $route)
*/
protected function sortRoutes($sort, array $routes)
{
if (Str::contains($sort, ",")) {
$sort = explode(",", $sort);
if (Str::contains($sort, ',')) {
$sort = explode(',', $sort);
}

return collect($routes)
Expand Down

0 comments on commit 09e6946

Please sign in to comment.