From 51779fb92bad8fe4194f1a5026b7581c7017720f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 10 Dec 2022 23:53:36 +0100 Subject: [PATCH] fix interface --- Uri/UriInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Uri/UriInterface.php b/Uri/UriInterface.php index f0a402b2c..21b184427 100755 --- a/Uri/UriInterface.php +++ b/Uri/UriInterface.php @@ -117,8 +117,8 @@ interface UriInterface /** * Get path element. * - * @param int $pos Position of the path - * @param int $useOffset Uses internal path offset + * @param int $pos Position of the path + * @param bool $useOffset Uses internal path offset * * @return string *