diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 8fe97b9..64ad517 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\SalesAnalysis\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index 0f91edc..3ce2de1 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\SalesAnalysis\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index 7f8ab7c..783538d 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\SalesAnalysis\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 3831851..cf3cf34 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\SalesAnalysis\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index 40e6e4b..78fa01d 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\SalesAnalysis\Admin; diff --git a/Controller.php b/Controller.php index b2a1f72..2a3e051 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\SalesAnalysis;