bug fixes

This commit is contained in:
Dennis Eichhorn 2019-10-06 21:01:18 +02:00
parent c10ef1ccd8
commit 725acd6609
4 changed files with 8 additions and 5 deletions

View File

@ -31,6 +31,7 @@ class KanbanBoard implements \JsonSerializable
* @since 1.0.0 * @since 1.0.0
*/ */
protected int $id = 0; protected int $id = 0;
/** /**
* Name. * Name.
* *

View File

@ -31,6 +31,7 @@ class KanbanCard implements \JsonSerializable
* @since 1.0.0 * @since 1.0.0
*/ */
protected int $id = 0; protected int $id = 0;
/** /**
* Name. * Name.
* *

View File

@ -31,6 +31,7 @@ class KanbanColumn implements \JsonSerializable
* @since 1.0.0 * @since 1.0.0
*/ */
protected int $id = 0; protected int $id = 0;
/** /**
* Name. * Name.
* *