phpcs fixes

This commit is contained in:
Dennis Eichhorn 2020-11-28 00:13:12 +01:00
parent aaf34cd373
commit 1ed4f3f5e2
3 changed files with 1 additions and 4 deletions

View File

@ -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
*

View File

@ -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.

View File

@ -322,8 +322,6 @@ final class Directory extends FileAbstract implements DirectoryInterface
return \implode('/', $path);
}
/**
* {@inheritdoc}
*/