From 9898c478d259de3fa72a2c17c4af045ce5590612 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 12 Jul 2017 19:54:57 +0200 Subject: [PATCH] Fix duplicated function bug --- Uri/Http.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Uri/Http.php b/Uri/Http.php index 5d8de7bbf..2530fb28a 100644 --- a/Uri/Http.php +++ b/Uri/Http.php @@ -268,14 +268,6 @@ class Http implements UriInterface return substr_count($this->rootPath, '/') - 1; } - /** - * {@inheritdoc} - */ - public function getPathOffset() : int - { - return substr_count($this->rootPath, '/') - 1; - } - /** * {@inheritdoc} */