mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-04 11:48:40 +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.
|
* {@inheritdoc}
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
*/
|
||||||
public function getRootPath() : string
|
public function getRootPath() : string
|
||||||
{
|
{
|
||||||
|
|
@ -238,11 +234,7 @@ class Http implements UriInterface
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get password.
|
* {@inheritdoc}
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
*/
|
||||||
public function getPass() : string
|
public function getPass() : string
|
||||||
{
|
{
|
||||||
|
|
@ -349,11 +341,7 @@ class Http implements UriInterface
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get user.
|
* {@inheritdoc}
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
*/
|
||||||
public function getUser() : string
|
public function getUser() : string
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -92,6 +92,15 @@ interface UriInterface
|
||||||
*/
|
*/
|
||||||
public function getPath() : string;
|
public function getPath() : string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get root path.
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
public function getRootPath() : string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get path element.
|
* Get path element.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user