diff --git a/DataStorage/Database/DataMapperAbstract.php b/DataStorage/Database/DataMapperAbstract.php index f2a805a1a..e222e966d 100644 --- a/DataStorage/Database/DataMapperAbstract.php +++ b/DataStorage/Database/DataMapperAbstract.php @@ -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 * diff --git a/Module/ModuleManager.php b/Module/ModuleManager.php index af03bc454..9ac08755f 100644 --- a/Module/ModuleManager.php +++ b/Module/ModuleManager.php @@ -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. diff --git a/System/File/Local/Directory.php b/System/File/Local/Directory.php index 2ed55a324..e902191bc 100644 --- a/System/File/Local/Directory.php +++ b/System/File/Local/Directory.php @@ -322,8 +322,6 @@ final class Directory extends FileAbstract implements DirectoryInterface return \implode('/', $path); } - - /** * {@inheritdoc} */