mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-23 14:28:42 +00:00
fixes array typehints
This commit is contained in:
parent
869d4d902a
commit
eb5a7e55ee
|
|
@ -31,7 +31,7 @@ final class EventMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Columns.
|
||||
*
|
||||
* @var array<string, array{name:string, type:string, internal:string, autocomplete?:bool, readonly?:bool, annotations?:array}>
|
||||
* @var array<string, array{name:string, type:string, internal:string, autocomplete?:bool, readonly?:bool, writeonly?:bool, annotations?:array}>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $columns = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user