From 233f0e8c93b7f1a5a9584238fe7554f7cb474548 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 3 Feb 2018 11:46:23 +0100 Subject: [PATCH] Add spaces around namespace --- Admin/Activate.php | 1 + Admin/Deactivate.php | 1 + Admin/Install/Navigation.php | 2 ++ Admin/Installer.php | 1 + Admin/Uninstall.php | 1 + Admin/Update.php | 1 + Controller.php | 1 + Models/Arrival.php | 1 + Models/ArrivalStatus.php | 1 + Models/CountingList.php | 1 + Models/PackagingStatus.php | 1 + Models/Shipping.php | 1 + Models/Warehouse.php | 1 + 13 files changed, 14 insertions(+) diff --git a/Admin/Activate.php b/Admin/Activate.php index 9f95deb..a8c3df0 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\WarehouseManagement\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index a82f9ad..aee3898 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\WarehouseManagement\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 26d2460..6abb8d0 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -11,7 +11,9 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\WarehouseManagement\Admin\Install; + use phpOMS\DataStorage\Database\DatabasePool; /** diff --git a/Admin/Installer.php b/Admin/Installer.php index d4adb83..043ff5d 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\WarehouseManagement\Admin; use phpOMS\DataStorage\Database\DatabaseType; diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index 3671719..507c619 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\WarehouseManagement\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Update.php b/Admin/Update.php index 48b4a4f..bac46e1 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\WarehouseManagement\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Controller.php b/Controller.php index e6665dd..2187ad2 100644 --- a/Controller.php +++ b/Controller.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\WarehouseManagement; use Modules\Navigation\Models\Navigation; diff --git a/Models/Arrival.php b/Models/Arrival.php index 9426112..c7e51d1 100644 --- a/Models/Arrival.php +++ b/Models/Arrival.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\Warehousing\Models; /** diff --git a/Models/ArrivalStatus.php b/Models/ArrivalStatus.php index 8c9d1f3..d82e1bc 100644 --- a/Models/ArrivalStatus.php +++ b/Models/ArrivalStatus.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\Warehousing\Models; use phpOMS\Stdlib\Base\Enum; diff --git a/Models/CountingList.php b/Models/CountingList.php index f497e60..b45f867 100644 --- a/Models/CountingList.php +++ b/Models/CountingList.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\Warehousing\Models; /** diff --git a/Models/PackagingStatus.php b/Models/PackagingStatus.php index 03e3769..8fd80b2 100644 --- a/Models/PackagingStatus.php +++ b/Models/PackagingStatus.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\Warehousing\Models; use phpOMS\Stdlib\Base\Enum; diff --git a/Models/Shipping.php b/Models/Shipping.php index b22f41b..574a5a0 100644 --- a/Models/Shipping.php +++ b/Models/Shipping.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\Warehousing\Models; /** diff --git a/Models/Warehouse.php b/Models/Warehouse.php index 10f8ce2..05f7f6c 100644 --- a/Models/Warehouse.php +++ b/Models/Warehouse.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\Warehousing\Models; /**