Skip to content

Commit

Permalink
Fixed #54
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Aug 12, 2022
1 parent 4aad39d commit d6edad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QiniuAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ protected function normalizeHost($domain)
*/
protected static function parseUrl($url)
{
$result = false;
$result = [];

// Build arrays of values we need to decode before parsing
$entities = ['%21', '%2A', '%27', '%28', '%29', '%3B', '%3A', '%40', '%26', '%3D', '%24', '%2C', '%2F', '%3F', '%23', '%5B', '%5D', '%5C'];
Expand Down

0 comments on commit d6edad7

Please sign in to comment.