mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-02-04 03:58:41 +00:00
Fix null typehint order
This commit is contained in:
parent
6c786ab09f
commit
ff5e356814
|
|
@ -32,7 +32,7 @@ final class EventMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Columns.
|
||||
*
|
||||
* @var array<string, array<string, string|bool>>
|
||||
* @var array<string, array<string, bool|string>>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $columns = [
|
||||
|
|
@ -55,7 +55,7 @@ final class EventMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Has many relation.
|
||||
*
|
||||
* @var array<string, array<string, string|null>>
|
||||
* @var array<string, array<string, null|string>>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $hasMany = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user