Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 580cf3c

Browse files
committed
typo fixed
1 parent 49b9dcc commit 580cf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function __construct(
115115
throw new InvalidRequestMethodException($message);
116116
}
117117
$this->method = $method;
118-
$this->requestedPath = rtrim($requestedPath, '/',);
118+
$this->requestedPath = rtrim($requestedPath, '/');
119119
$this->defaultReturnType = ($defaultReturnType >=1 && $defaultReturnType <=7) ? $defaultReturnType : self::HTML;
120120
}
121121

0 commit comments

Comments
 (0)