From ae0d3252649bef1d49a47da9b2279a74a27f76c1 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 ea47cca..7cd7934 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\ResearchDevelopment\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index 6f815b5..4183ace 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\ResearchDevelopment\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index c8d40de..96835ae 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\ResearchDevelopment\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 1ed98fb..cb383e9 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\ResearchDevelopment\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index d7dc564..cc03e98 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\ResearchDevelopment\Admin; diff --git a/Controller.php b/Controller.php index c4fbc04..7cbb263 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\ResearchDevelopment;