Skip to content

Commit

Permalink
Merge pull request #110 from phil-davis/cs-fixer-3.54.0
Browse files Browse the repository at this point in the history
chore: apply changes suggested by cs-fixer 3.54.0
  • Loading branch information
phil-davis committed Apr 18, 2024
2 parents dc6ba3e + 93732bd commit facd9f9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,14 @@ function ($matches) {
*/
return
$result + [
'scheme' => null,
'host' => null,
'path' => null,
'port' => null,
'user' => null,
'query' => null,
'fragment' => null,
];
'scheme' => null,
'host' => null,
'path' => null,
'port' => null,
'user' => null,
'query' => null,
'fragment' => null,
];
}

/**
Expand Down

0 comments on commit facd9f9

Please sign in to comment.