Use root namespace

This commit is contained in:
Dennis Eichhorn 2018-05-30 13:39:00 +02:00
parent e904b0ee50
commit d74e7518be
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ class CommentListMapper extends DataMapperAbstract
/**
* Columns.
*
* @var array
* @var array<string, array<string, string>>
* @since 1.0.0
*/
protected static $columns = [
@ -44,7 +44,7 @@ class CommentListMapper extends DataMapperAbstract
/**
* Has many relation.
*
* @var array
* @var array<string, array<string, string|null>>
* @since 1.0.0
*/
protected static $hasMany = [

View File

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