Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
dicrtarasov committed Dec 2, 2020
1 parent 73b188a commit bc2a2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UrlInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2019-2020 Dicr http://dicr.org
* @author Igor A Tarasov <develop@dicr.org>
* @license proprietary
* @version 02.12.20 23:50:13
* @version 02.12.20 23:56:58
*/

declare(strict_types = 1);
Expand Down Expand Up @@ -485,7 +485,7 @@ public function getRequestUri(bool $fragment = true) : ?string
}

// добавляем параметры
$query = $this->getQuery(true);
$query = (string)$this->getQuery(true);
if ($query !== '') {
$uri .= '?' . $query;
}
Expand Down

0 comments on commit bc2a2d6

Please sign in to comment.