Docblock fix

This commit is contained in:
Dennis Eichhorn 2018-09-22 18:22:44 +02:00
parent cfd4a0b8e0
commit 51f311e9f7
6 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ namespace Modules\Kanban\Admin;
use phpOMS\DataStorage\Database\DatabasePool;
use phpOMS\Module\UpdaterAbstract;
use phpOMS\System\File\Directory;
use phpOMS\System\File\Local\Directory;
use phpOMS\Module\InfoManager;
/**

View File

@ -34,7 +34,7 @@ class KanbanBoardMapper extends DataMapperAbstract
/**
* Columns.
*
* @var array<string, array<string, string>>
* @var array<string, array<string, string|bool>>
* @since 1.0.0
*/
protected static $columns = [

View File

@ -34,7 +34,7 @@ class KanbanCardCommentMapper extends DataMapperAbstract
/**
* Columns.
*
* @var array<string, array<string, string>>
* @var array<string, array<string, string|bool>>
* @since 1.0.0
*/
protected static $columns = [

View File

@ -35,7 +35,7 @@ class KanbanCardMapper extends DataMapperAbstract
/**
* Columns.
*
* @var array<string, array<string, string>>
* @var array<string, array<string, string|bool>>
* @since 1.0.0
*/
protected static $columns = [

View File

@ -33,7 +33,7 @@ class KanbanColumnMapper extends DataMapperAbstract
/**
* Columns.
*
* @var array<string, array<string, string>>
* @var array<string, array<string, string|bool>>
* @since 1.0.0
*/
protected static $columns = [

View File

@ -33,7 +33,7 @@ class KanbanLabelMapper extends DataMapperAbstract
/**
* Columns.
*
* @var array<string, array<string, string>>
* @var array<string, array<string, string|bool>>
* @since 1.0.0
*/
protected static $columns = [