mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-14 07:38:40 +00:00
Fix null typehint order
This commit is contained in:
parent
b835c4900c
commit
8b7041e5f0
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user