mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Fix #24
This commit is contained in:
parent
d3fce2feb4
commit
7d2f8a3283
18
Uri/Http.php
18
Uri/Http.php
|
|
@ -193,11 +193,7 @@ class Http implements UriInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* Get root path.
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getRootPath() : string
|
||||
{
|
||||
|
|
@ -238,11 +234,7 @@ class Http implements UriInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* Get password.
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getPass() : string
|
||||
{
|
||||
|
|
@ -349,11 +341,7 @@ class Http implements UriInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* Get user.
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getUser() : string
|
||||
{
|
||||
|
|
|
|||
|
|
@ -92,6 +92,15 @@ interface UriInterface
|
|||
*/
|
||||
public function getPath() : string;
|
||||
|
||||
/**
|
||||
* Get root path.
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getRootPath() : string;
|
||||
|
||||
/**
|
||||
* Get path element.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user