mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 13:38:41 +00:00
phpcs fixes
This commit is contained in:
parent
aaf34cd373
commit
1ed4f3f5e2
|
|
@ -2810,8 +2810,8 @@ class DataMapperAbstract implements DataMapperInterface
|
||||||
/**
|
/**
|
||||||
* Parent parent.
|
* Parent parent.
|
||||||
*
|
*
|
||||||
* @param int $depth Relation depth
|
|
||||||
* @param mixed $value Parent value id
|
* @param mixed $value Parent value id
|
||||||
|
* @param int $depth Relation depth
|
||||||
*
|
*
|
||||||
* @return array
|
* @return array
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ use phpOMS\DataStorage\Database\Query\Builder;
|
||||||
use phpOMS\Message\Http\HttpRequest;
|
use phpOMS\Message\Http\HttpRequest;
|
||||||
use phpOMS\Message\RequestAbstract;
|
use phpOMS\Message\RequestAbstract;
|
||||||
use phpOMS\Module\Exception\InvalidModuleException;
|
use phpOMS\Module\Exception\InvalidModuleException;
|
||||||
use phpOMS\System\File\PathException;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Module manager class.
|
* Module manager class.
|
||||||
|
|
|
||||||
|
|
@ -322,8 +322,6 @@ final class Directory extends FileAbstract implements DirectoryInterface
|
||||||
return \implode('/', $path);
|
return \implode('/', $path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user