Docblock fix

This commit is contained in:
Dennis Eichhorn 2018-09-22 18:22:44 +02:00
parent cead77ba41
commit ec3feb7e32
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ namespace Modules\Comments\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 CommentListMapper 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 CommentMapper extends DataMapperAbstract
/**
* Columns.
*
* @var array<string, array<string, string>>
* @var array<string, array<string, string|bool>>
* @since 1.0.0
*/
protected static $columns = [