From a866f186247ab3563e21afc1e49811e14edd8d3b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 15 Feb 2018 20:27:23 +0100 Subject: [PATCH] Fix strict_types --- Admin/Install/Navigation.php | 2 +- Admin/Installer.php | 2 +- Admin/Status.php | 2 +- Admin/Uninstaller.php | 2 +- Admin/Updater.php | 2 +- Controller.php | 2 +- Models/Template.php | 2 +- Models/WorkflowInterface.php | 2 +- Models/WorkflowStatus.php | 2 +- Templates/Permission/PermissionStatus.php | 2 +- Templates/Permission/States.php | 2 +- Templates/Permission/Workflow.php | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 68e5a06..4026a56 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\Workflow\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index 754428c..51bd7ca 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\Workflow\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index a3164e4..6715db3 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\Workflow\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 5051ad6..654f397 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\Workflow\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index d392497..f6870a0 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\Workflow\Admin; diff --git a/Controller.php b/Controller.php index d169904..301d233 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\Workflow; diff --git a/Models/Template.php b/Models/Template.php index d9fd631..79fae92 100644 --- a/Models/Template.php +++ b/Models/Template.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\Workflow\Models; diff --git a/Models/WorkflowInterface.php b/Models/WorkflowInterface.php index fa7583e..15ba754 100644 --- a/Models/WorkflowInterface.php +++ b/Models/WorkflowInterface.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\Workflow\Models; diff --git a/Models/WorkflowStatus.php b/Models/WorkflowStatus.php index c8f7b51..c9fc798 100644 --- a/Models/WorkflowStatus.php +++ b/Models/WorkflowStatus.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\Workflow\Models; diff --git a/Templates/Permission/PermissionStatus.php b/Templates/Permission/PermissionStatus.php index 5f2dad1..fb47bc1 100644 --- a/Templates/Permission/PermissionStatus.php +++ b/Templates/Permission/PermissionStatus.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\Workflow\Templates\Permission; diff --git a/Templates/Permission/States.php b/Templates/Permission/States.php index 84e702f..3076466 100644 --- a/Templates/Permission/States.php +++ b/Templates/Permission/States.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\Workflow\Templates\Permission; diff --git a/Templates/Permission/Workflow.php b/Templates/Permission/Workflow.php index 436defe..56fe766 100644 --- a/Templates/Permission/Workflow.php +++ b/Templates/Permission/Workflow.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\Media;