From c1fe8f5174c4f9f8b2c8a8cd77ddfb0eba87d916 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index ee831bf..d2c21ba 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\Monitoring\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index e04774e..646a34e 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\Monitoring\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index 780d31c..bc37cc1 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\Monitoring\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index d69f4a8..0093d2a 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\Monitoring\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index 880bb49..07ae144 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\Monitoring\Admin; diff --git a/Controller.php b/Controller.php index 6352a6b..f2d2f0f 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\Monitoring;