From 96349820a7ae2e1098bc924fe830678a036e46f5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 15 Feb 2018 20:27:23 +0100 Subject: [PATCH] Fix strict_types --- Admin/Install/Navigation.php | 2 +- Admin/Installer.php | 2 +- Admin/Status.php | 2 +- Admin/Uninstaller.php | 2 +- Admin/Updater.php | 2 +- Controller.php | 2 +- Models/Client.php | 2 +- Models/ClientMapper.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 3a70573..79036e9 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\ClientManagement\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index a98a604..8cacf3a 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\ClientManagement\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index 307597b..85bf52f 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\ClientManagement\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 0545176..9dc9d79 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\ClientManagement\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index 97bc39d..e0cbb87 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\ClientManagement\Admin; diff --git a/Controller.php b/Controller.php index 4f6fcbf..787eb05 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\ClientManagement; diff --git a/Models/Client.php b/Models/Client.php index 5d7b655..f48d514 100644 --- a/Models/Client.php +++ b/Models/Client.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\ClientManagement\Models; diff --git a/Models/ClientMapper.php b/Models/ClientMapper.php index 88829e8..858a3ea 100644 --- a/Models/ClientMapper.php +++ b/Models/ClientMapper.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\ClientManagement\Models;