diff --git a/Admin/Install/Comments.php b/Admin/Install/Comments.php index 10d888d..9fdb155 100755 --- a/Admin/Install/Comments.php +++ b/Admin/Install/Comments.php @@ -14,9 +14,9 @@ declare(strict_types=1); namespace Modules\News\Admin\Install; +use phpOMS\Application\ApplicationAbstract; use phpOMS\Autoloader; use phpOMS\DataStorage\Database\Schema\Builder; -use phpOMS\Application\ApplicationAbstract; /** * Comments class. @@ -31,8 +31,8 @@ class Comments /** * Install comment relation * - * @param string $path Module path - * @param ApplicationAbstract $app Application + * @param string $path Module path + * @param ApplicationAbstract $app Application * * @return void * diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index d5391e0..f1f028e 100755 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -29,8 +29,8 @@ class Navigation /** * Install navigation providing * - * @param string $path Module path - * @param ApplicationAbstract $app Application + * @param string $path Module path + * @param ApplicationAbstract $app Application * * @return void *