Skip to content

Commit 0b1feaa

Browse files
wouterjnicolas-grekas
authored andcommitted
Add missing PHPdoc return types
1 parent cdac81d commit 0b1feaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

HttpClientTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,8 @@ private static function parseUrl(string $url, array $query = [], array $allowedS
554554
* Removes dot-segments from a path.
555555
*
556556
* @see https://tools.ietf.org/html/rfc3986#section-5.2.4
557+
*
558+
* @return string
557559
*/
558560
private static function removeDotSegments(string $path)
559561
{

0 commit comments

Comments
 (0)