diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 1bc15ed..fb9b2ba 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\BusinessExpenses\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index 01e3f1c..3da3f70 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\BusinessExpenses\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index c1b9961..10f29e0 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\BusinessExpenses\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 5b10355..04f9899 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\BusinessExpenses\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index fd52bcb..4084323 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\BusinessExpenses\Admin;