Fix duplicated function bug

This commit is contained in:
Dennis Eichhorn 2017-07-12 19:54:57 +02:00
parent 4523c6120d
commit 9898c478d2

View File

@ -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}
*/