diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 37f07cc..73e1682 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\Kanban\Admin\Install; diff --git a/Admin/Installer.php b/Admin/Installer.php index 1257fbd..165a94d 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\Kanban\Admin; diff --git a/Admin/Status.php b/Admin/Status.php index e08dd89..e2d180e 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\Kanban\Admin; diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 6e96d2f..4f1fd62 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\Kanban\Admin; diff --git a/Admin/Updater.php b/Admin/Updater.php index 54c240d..8cf5388 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\Kanban\Admin; diff --git a/Controller.php b/Controller.php index 1503219..eb7a395 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\Kanban; diff --git a/Models/BoardStatus.php b/Models/BoardStatus.php index 69c265c..e41fe6e 100644 --- a/Models/BoardStatus.php +++ b/Models/BoardStatus.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\Kanban\Models; diff --git a/Models/CardStatus.php b/Models/CardStatus.php index 2b81119..7317970 100644 --- a/Models/CardStatus.php +++ b/Models/CardStatus.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\Kanban\Models; diff --git a/Models/CardType.php b/Models/CardType.php index ac8c02b..f3d10d1 100644 --- a/Models/CardType.php +++ b/Models/CardType.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\Kanban\Models; diff --git a/Models/KanbanBoard.php b/Models/KanbanBoard.php index 5998b43..c3ecca2 100644 --- a/Models/KanbanBoard.php +++ b/Models/KanbanBoard.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\Kanban\Models; diff --git a/Models/KanbanBoardMapper.php b/Models/KanbanBoardMapper.php index dbd8511..8505871 100644 --- a/Models/KanbanBoardMapper.php +++ b/Models/KanbanBoardMapper.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\Kanban\Models; diff --git a/Models/KanbanCard.php b/Models/KanbanCard.php index fc64b7d..23ea899 100644 --- a/Models/KanbanCard.php +++ b/Models/KanbanCard.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\Kanban\Models; diff --git a/Models/KanbanCardComment.php b/Models/KanbanCardComment.php index d01bf83..5ad2ea9 100644 --- a/Models/KanbanCardComment.php +++ b/Models/KanbanCardComment.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\Kanban\Models; diff --git a/Models/KanbanCardCommentMapper.php b/Models/KanbanCardCommentMapper.php index 5a8e404..e788696 100644 --- a/Models/KanbanCardCommentMapper.php +++ b/Models/KanbanCardCommentMapper.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\Kanban\Models; diff --git a/Models/KanbanCardMapper.php b/Models/KanbanCardMapper.php index 7081583..1a66cd1 100644 --- a/Models/KanbanCardMapper.php +++ b/Models/KanbanCardMapper.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\Kanban\Models; diff --git a/Models/KanbanColumn.php b/Models/KanbanColumn.php index a36b174..bdd367e 100644 --- a/Models/KanbanColumn.php +++ b/Models/KanbanColumn.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\Kanban\Models; diff --git a/Models/KanbanColumnMapper.php b/Models/KanbanColumnMapper.php index 097d084..741d0f2 100644 --- a/Models/KanbanColumnMapper.php +++ b/Models/KanbanColumnMapper.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\Kanban\Models; diff --git a/Models/KanbanLabel.php b/Models/KanbanLabel.php index 1c1af3b..3d66e8e 100644 --- a/Models/KanbanLabel.php +++ b/Models/KanbanLabel.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\Kanban\Models; diff --git a/Models/KanbanLabelMapper.php b/Models/KanbanLabelMapper.php index 5e8fd3c..4b67aec 100644 --- a/Models/KanbanLabelMapper.php +++ b/Models/KanbanLabelMapper.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\Kanban\Models; diff --git a/Models/PermissionState.php b/Models/PermissionState.php index f40dbfa..970cc15 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.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\Kanban\Models;