Fix null typehint order

This commit is contained in:
Dennis Eichhorn 2018-12-10 18:13:38 +01:00
parent b835c4900c
commit 8b7041e5f0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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