We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65d167 commit 44b2fc7Copy full SHA for 44b2fc7
Http.php
@@ -252,7 +252,7 @@ public static function getUriSegments() : array
252
* @param int $segment segment
253
* @return string
254
*/
255
- public static function getUriSegment(int $segment) : string
+ public static function getUriSegment(int $segment)
256
{
257
$segments = self::getUriSegments();
258
return isset($segments[$segment]) ? $segments[$segment] : null;
0 commit comments