Skip to content

Commit

Permalink
chore: apply changes suggested by cs-fixer 3.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Apr 18, 2024
1 parent dc6ba3e commit 93732bd
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 93732bd

Please sign in to comment.