diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 6abb8d0..475eea1 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -10,7 +10,7 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -declare(strict_types = 1); +declare(strict_types=1); namespace Modules\WarehouseManagement\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index 043ff5d..8d980b1 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -10,7 +10,7 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -declare(strict_types = 1); +declare(strict_types=1); namespace Modules\WarehouseManagement\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index a9fc2cc..ae5c244 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -10,7 +10,7 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -declare(strict_types = 1); +declare(strict_types=1); namespace Modules\WarehouseManagement\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 29d0728..31b9424 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -10,7 +10,7 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -declare(strict_types = 1); +declare(strict_types=1); namespace Modules\WarehouseManagement\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index bf82002..769e5e0 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -10,7 +10,7 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -declare(strict_types = 1); +declare(strict_types=1); namespace Modules\WarehouseManagement\Admin; diff --git a/Controller.php b/Controller.php index 2187ad2..def41c9 100644 --- a/Controller.php +++ b/Controller.php @@ -10,7 +10,7 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -declare(strict_types = 1); +declare(strict_types=1); namespace Modules\WarehouseManagement; diff --git a/Models/Arrival.php b/Models/Arrival.php index c7e51d1..7a44678 100644 --- a/Models/Arrival.php +++ b/Models/Arrival.php @@ -10,7 +10,7 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -declare(strict_types = 1); +declare(strict_types=1); namespace Modules\Warehousing\Models; diff --git a/Models/ArrivalStatus.php b/Models/ArrivalStatus.php index d82e1bc..ed96e02 100644 --- a/Models/ArrivalStatus.php +++ b/Models/ArrivalStatus.php @@ -10,7 +10,7 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -declare(strict_types = 1); +declare(strict_types=1); namespace Modules\Warehousing\Models; diff --git a/Models/CountingList.php b/Models/CountingList.php index b45f867..5bd5dd6 100644 --- a/Models/CountingList.php +++ b/Models/CountingList.php @@ -10,7 +10,7 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -declare(strict_types = 1); +declare(strict_types=1); namespace Modules\Warehousing\Models; diff --git a/Models/PackagingStatus.php b/Models/PackagingStatus.php index 8fd80b2..c1a7444 100644 --- a/Models/PackagingStatus.php +++ b/Models/PackagingStatus.php @@ -10,7 +10,7 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -declare(strict_types = 1); +declare(strict_types=1); namespace Modules\Warehousing\Models; diff --git a/Models/Shipping.php b/Models/Shipping.php index 574a5a0..6290024 100644 --- a/Models/Shipping.php +++ b/Models/Shipping.php @@ -10,7 +10,7 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -declare(strict_types = 1); +declare(strict_types=1); namespace Modules\Warehousing\Models; diff --git a/Models/Warehouse.php b/Models/Warehouse.php index 05f7f6c..b85bfc3 100644 --- a/Models/Warehouse.php +++ b/Models/Warehouse.php @@ -10,7 +10,7 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -declare(strict_types = 1); +declare(strict_types=1); namespace Modules\Warehousing\Models;