From f6fbfca4b465926cba615ea9db2a9b050cf67be6 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/Answer.php | 2 +- Models/Question.php | 2 +- Models/Section.php | 2 +- Models/Survey.php | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 6062c37..b810305 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\Surveys\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index 26da0f1..69f732c 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\Surveys\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index a8921d4..7cfaad0 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\Surveys\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index abfb3db..059fe29 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\Surveys\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index 1eb9039..76ea553 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\Surveys\Admin; diff --git a/Controller.php b/Controller.php index 6caa666..2af5e34 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\Surveys; diff --git a/Models/Answer.php b/Models/Answer.php index 00dcb3a..bea8337 100644 --- a/Models/Answer.php +++ b/Models/Answer.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\Surveys; diff --git a/Models/Question.php b/Models/Question.php index 91078b2..138bfc3 100644 --- a/Models/Question.php +++ b/Models/Question.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\Surveys; diff --git a/Models/Section.php b/Models/Section.php index d42653a..3fa0116 100644 --- a/Models/Section.php +++ b/Models/Section.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\Surveys; diff --git a/Models/Survey.php b/Models/Survey.php index 9b76a03..50bea11 100644 --- a/Models/Survey.php +++ b/Models/Survey.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\Surveys;