From 61badb1d070901c72f681414bc742e53012d8813 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 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 2c47a07..75c00e5 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\BankAccounting\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index 62e61c7..ec79426 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\BankAccounting\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index a3d7a1c..4daf5d6 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\BankAccounting\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 873175d..1e1d32c 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\BankAccounting\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index 5327da8..15a598b 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\BankAccounting\Admin;