fixes array typehints

This commit is contained in:
Dennis Eichhorn 2020-02-20 19:07:12 +01:00
parent 4094c70f15
commit d5479d4396
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ final class ReportMapper extends DataMapperAbstract
/** /**
* Columns. * 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 * @since 1.0.0
*/ */
protected static array $columns = [ protected static array $columns = [

View File

@ -31,7 +31,7 @@ final class TemplateMapper extends DataMapperAbstract
/** /**
* Columns. * 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 * @since 1.0.0
*/ */
protected static array $columns = [ protected static array $columns = [