fix interface

This commit is contained in:
Dennis Eichhorn 2022-12-10 23:53:36 +01:00
parent 3fdc684973
commit 51779fb92b

View File

@ -118,7 +118,7 @@ interface UriInterface
* Get path element. * Get path element.
* *
* @param int $pos Position of the path * @param int $pos Position of the path
* @param int $useOffset Uses internal path offset * @param bool $useOffset Uses internal path offset
* *
* @return string * @return string
* *