From 33424e403679e780054c9dc5f32137944c230647 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 27 Oct 2017 17:56:33 +0200 Subject: [PATCH] Fix if for foreach while spacing --- Admin/Activate.php | 2 +- Admin/Deactivate.php | 2 +- Admin/Install/Navigation.php | 2 +- Admin/Installer.php | 2 +- Admin/Uninstall.php | 2 +- Admin/Update.php | 2 +- Controller.php | 2 +- Models/Arrival.php | 2 +- Models/ArrivalStatus.php | 2 +- Models/CountingList.php | 2 +- Models/PackagingStatus.php | 2 +- Models/Shipping.php | 2 +- Models/Warehouse.php | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 677aac1..5f98fd8 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\WarehouseManagement\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index f1c4126..77a2878 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +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 bfd5a88..0f8c06b 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +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 d50d469..49254d9 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\WarehouseManagement\Admin; use phpOMS\DataStorage\Database\DatabaseType; diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index e289073..b39ad78 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\WarehouseManagement\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Update.php b/Admin/Update.php index bd4f9ba..52e9d2b 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\WarehouseManagement\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Controller.php b/Controller.php index afceaab..3e65fc4 100644 --- a/Controller.php +++ b/Controller.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\WarehouseManagement; use Modules\Navigation\Models\Navigation; diff --git a/Models/Arrival.php b/Models/Arrival.php index e39506e..adae37a 100644 --- a/Models/Arrival.php +++ b/Models/Arrival.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Warehousing\Models; use phpOMS\Pattern\Multition; diff --git a/Models/ArrivalStatus.php b/Models/ArrivalStatus.php index f4b27a4..1ccd85c 100644 --- a/Models/ArrivalStatus.php +++ b/Models/ArrivalStatus.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Warehousing\Models; use phpOMS\Stdlib\Base\Enum; diff --git a/Models/CountingList.php b/Models/CountingList.php index 1d3e572..9348f04 100644 --- a/Models/CountingList.php +++ b/Models/CountingList.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Warehousing\Models; /** diff --git a/Models/PackagingStatus.php b/Models/PackagingStatus.php index 0434d74..0358d07 100644 --- a/Models/PackagingStatus.php +++ b/Models/PackagingStatus.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Warehousing\Models; use phpOMS\Stdlib\Base\Enum; diff --git a/Models/Shipping.php b/Models/Shipping.php index 66e8a5a..8b33616 100644 --- a/Models/Shipping.php +++ b/Models/Shipping.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Warehousing\Models; use phpOMS\Pattern\Multition; diff --git a/Models/Warehouse.php b/Models/Warehouse.php index 66d7d82..6a134f3 100644 --- a/Models/Warehouse.php +++ b/Models/Warehouse.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Warehousing\Models; use phpOMS\Pattern\Multition;