Fix null typehint order

This commit is contained in:
Dennis Eichhorn 2018-12-10 18:13:38 +01:00
parent 79f6b4f789
commit f68e3e16ec
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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