From e7d7e590c9193f072a9293b52670e593160dc286 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/InstallType.php | 2 +- Admin/Installer.php | 2 +- Admin/Status.php | 2 +- Admin/Uninstaller.php | 2 +- Admin/Updater.php | 2 +- Controller.php | 2 +- Models/Account.php | 2 +- Models/AccountMapper.php | 2 +- Models/AccountPermission.php | 2 +- Models/AccountPermissionMapper.php | 2 +- Models/Group.php | 2 +- Models/GroupMapper.php | 2 +- Models/GroupPermission.php | 2 +- Models/GroupPermissionMapper.php | 2 +- Models/Module.php | 2 +- Models/ModuleMapper.php | 2 +- Models/NullAccount.php | 2 +- Models/NullAccountPermission.php | 2 +- Models/NullGroup.php | 2 +- Models/NullGroupPermission.php | 2 +- Models/PermissionState.php | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index c8fca21..1108e26 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\Admin\Admin\Install; diff --git a/Admin/InstallType.php b/Admin/InstallType.php index 6ce14b3..a083cce 100644 --- a/Admin/InstallType.php +++ b/Admin/InstallType.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\Admin\Admin; diff --git a/Admin/Installer.php b/Admin/Installer.php index b04105d..3c66917 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\Admin\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index d3bb2b7..90f85e1 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\Admin\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index ebd226e..dc4b206 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\Admin\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index 33a6d12..4d46633 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\Admin\Admin; diff --git a/Controller.php b/Controller.php index 46a771c..9250b31 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\Admin; diff --git a/Models/Account.php b/Models/Account.php index 737b0b8..989d770 100644 --- a/Models/Account.php +++ b/Models/Account.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\Admin\Models; diff --git a/Models/AccountMapper.php b/Models/AccountMapper.php index e777d2d..53ce949 100644 --- a/Models/AccountMapper.php +++ b/Models/AccountMapper.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\Admin\Models; diff --git a/Models/AccountPermission.php b/Models/AccountPermission.php index f99f70c..9cbd992 100644 --- a/Models/AccountPermission.php +++ b/Models/AccountPermission.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\Admin\Models; diff --git a/Models/AccountPermissionMapper.php b/Models/AccountPermissionMapper.php index 3d6f6ec..3fea07b 100644 --- a/Models/AccountPermissionMapper.php +++ b/Models/AccountPermissionMapper.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\Admin\Models; diff --git a/Models/Group.php b/Models/Group.php index 2f0ba75..fcfb85d 100644 --- a/Models/Group.php +++ b/Models/Group.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\Admin\Models; diff --git a/Models/GroupMapper.php b/Models/GroupMapper.php index 1ae08ec..ce92520 100644 --- a/Models/GroupMapper.php +++ b/Models/GroupMapper.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\Admin\Models; diff --git a/Models/GroupPermission.php b/Models/GroupPermission.php index 1f8c155..b2a6583 100644 --- a/Models/GroupPermission.php +++ b/Models/GroupPermission.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\Admin\Models; diff --git a/Models/GroupPermissionMapper.php b/Models/GroupPermissionMapper.php index aab4955..aad6b38 100644 --- a/Models/GroupPermissionMapper.php +++ b/Models/GroupPermissionMapper.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\Admin\Models; diff --git a/Models/Module.php b/Models/Module.php index 05c39c1..9ce11be 100644 --- a/Models/Module.php +++ b/Models/Module.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\Admin\Models; diff --git a/Models/ModuleMapper.php b/Models/ModuleMapper.php index b2110ca..fc533ef 100644 --- a/Models/ModuleMapper.php +++ b/Models/ModuleMapper.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\Admin\Models; diff --git a/Models/NullAccount.php b/Models/NullAccount.php index 986e207..9033b1a 100644 --- a/Models/NullAccount.php +++ b/Models/NullAccount.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\Admin\Models; diff --git a/Models/NullAccountPermission.php b/Models/NullAccountPermission.php index c02f05e..a625b4d 100644 --- a/Models/NullAccountPermission.php +++ b/Models/NullAccountPermission.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\Admin\Models; diff --git a/Models/NullGroup.php b/Models/NullGroup.php index a7ac8ef..92da3f5 100644 --- a/Models/NullGroup.php +++ b/Models/NullGroup.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\Admin\Models; diff --git a/Models/NullGroupPermission.php b/Models/NullGroupPermission.php index f13cf48..90a1603 100644 --- a/Models/NullGroupPermission.php +++ b/Models/NullGroupPermission.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\Admin\Models; diff --git a/Models/PermissionState.php b/Models/PermissionState.php index 77a09b3..d1fcd7f 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.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\Admin\Models;