diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 4de2041..ed1b525 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\Checklist\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index e2905d8..c06481d 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\Checklist\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index 6d5779a..ae02c70 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\Checklist\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index a13466a..ad75cc2 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\Checklist\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index 13dbd84..3b4969d 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\Checklist\Admin; diff --git a/Controller.php b/Controller.php index 1ca83d2..c5c7d0e 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\Checklist;