diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 6acaa20..fbd8d48 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\Tools\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index d835d74..d777ed5 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\Tools\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index 801a127..7234a70 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\Tools\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index f561bd7..9ba6a4a 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\Tools\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index d6f774b..51f746b 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\Tools\Admin; diff --git a/Controller.php b/Controller.php index 5ea64e3..29fe63b 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\Tools;