From 64c48dbb34dfa5fce28ad221ce376f274a5278b4 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Wed, 23 Jun 2021 22:12:44 +0000 Subject: [PATCH] Automated formatting changes --- Admin/Install/Media.php | 4 ++-- Admin/Install/Navigation.php | 4 ++-- Admin/Install/WarehouseManagement.php | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Admin/Install/Media.php b/Admin/Install/Media.php index 6bb5522..5df269c 100755 --- a/Admin/Install/Media.php +++ b/Admin/Install/Media.php @@ -31,8 +31,8 @@ class Media /** * Install media providing * - * @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 a5f1e34..e94e83e 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 * diff --git a/Admin/Install/WarehouseManagement.php b/Admin/Install/WarehouseManagement.php index 0aa8a2d..70135b6 100755 --- a/Admin/Install/WarehouseManagement.php +++ b/Admin/Install/WarehouseManagement.php @@ -14,9 +14,9 @@ declare(strict_types=1); namespace Modules\Billing\Admin\Install; +use phpOMS\Application\ApplicationAbstract; use phpOMS\Autoloader; use phpOMS\DataStorage\Database\Schema\Builder; -use phpOMS\Application\ApplicationAbstract; /** * WarehouseManagement class. @@ -31,8 +31,8 @@ class WarehouseManagement /** * Install comment relation * - * @param string $path Module path - * @param ApplicationAbstract $app Application + * @param string $path Module path + * @param ApplicationAbstract $app Application * * @return void *