From 39782b84ec56839a0a7a8edd0694ed28c86bb58c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 14 Mar 2020 20:32:16 +0100 Subject: [PATCH] fix phpstan --- Models/KanbanBoard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/KanbanBoard.php b/Models/KanbanBoard.php index 6a3da66..19fb16f 100644 --- a/Models/KanbanBoard.php +++ b/Models/KanbanBoard.php @@ -45,7 +45,7 @@ class KanbanBoard implements \JsonSerializable private int $status = BoardStatus::ACTIVE; - private $order = 0; + private int $order = 0; /** * Description. *