fixes array typehints

This commit is contained in:
Dennis Eichhorn 2020-02-20 19:07:12 +01:00
parent ff0b8ad83e
commit d991ae0ddd

View File

@ -33,7 +33,7 @@ final class SupplierMapper 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 = [