diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index df427eb..e997c9d 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\BudgetManagement\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index ff04f37..1187170 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\BudgetManagement\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index 27caa79..abf0635 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\BudgetManagement\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index e391a39..20b5284 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\BudgetManagement\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index b1ef5d2..7489173 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\BudgetManagement\Admin; diff --git a/Controller.php b/Controller.php index 2867c6a..f2a4ce8 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\BudgetManagement;