diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index a9a2f29..f9ab879 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\MyPrivate\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index 85a8d06..065618d 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\MyPrivate\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index 96f8ef0..d770562 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\MyPrivate\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 08506e8..08efaab 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\MyPrivate\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index 1f6f089..2221193 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\MyPrivate\Admin; diff --git a/Controller.php b/Controller.php index 9f3c30c..839e32f 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\MyPrivate;