Fix null typehint order

This commit is contained in:
Dennis Eichhorn 2018-12-10 18:13:38 +01:00
parent 5ec2248e77
commit 087c654db1
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ final class DepartmentMapper 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 PositionMapper 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

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