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