diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index cc7a5b3..24bcb8c 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\Editor\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index 983b574..aae80d8 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\Editor\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index 39254b3..e72c027 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\Editor\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 9b9d72b..61137f6 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\Editor\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index a57fe97..b2091e3 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\Editor\Admin; diff --git a/Controller.php b/Controller.php index cd1c4ca..160b9fc 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\Editor; diff --git a/Models/EditorDoc.php b/Models/EditorDoc.php index 2ffc217..dd03813 100644 --- a/Models/EditorDoc.php +++ b/Models/EditorDoc.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\Editor\Models; diff --git a/Models/EditorDocMapper.php b/Models/EditorDocMapper.php index 8d62182..daf83b5 100644 --- a/Models/EditorDocMapper.php +++ b/Models/EditorDocMapper.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\Editor\Models; diff --git a/Models/PermissionState.php b/Models/PermissionState.php index da9babc..340286a 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\Editor\Models; diff --git a/Theme/Backend/Components/Editor/BaseView.php b/Theme/Backend/Components/Editor/BaseView.php index 9a3734d..5afbc55 100644 --- a/Theme/Backend/Components/Editor/BaseView.php +++ b/Theme/Backend/Components/Editor/BaseView.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\Editor\Theme\Backend\Components\Editor; diff --git a/Theme/Backend/Components/Editor/TextView.php b/Theme/Backend/Components/Editor/TextView.php index 16ea278..3aed280 100644 --- a/Theme/Backend/Components/Editor/TextView.php +++ b/Theme/Backend/Components/Editor/TextView.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\Editor\Theme\Backend\Components\Editor;