mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-16 16:38:40 +00:00
autofixes
This commit is contained in:
parent
86d62a1bb5
commit
ba7737d0ad
|
|
@ -620,7 +620,7 @@ class Directory extends FileAbstract implements DirectoryInterface, FtpContainer
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function getParent(): ContainerInterface
|
public function getParent() : ContainerInterface
|
||||||
{
|
{
|
||||||
$uri = clone $this->uri;
|
$uri = clone $this->uri;
|
||||||
$uri->setPath(self::parent($this->path));
|
$uri->setPath(self::parent($this->path));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user