fix mapper model typehint

This commit is contained in:
Dennis Eichhorn 2023-09-29 18:05:34 +00:00
parent 220688358d
commit 6fc764bb49

View File

@ -84,6 +84,7 @@ parameters:
- '#.*::MODEL is not covariant with type class-string<T> of constant phpOMS\\DataStorage\\Database\\Mapper\\DataMapperFactory::MODEL.*#' - '#.*::MODEL is not covariant with type class-string<T> of constant phpOMS\\DataStorage\\Database\\Mapper\\DataMapperFactory::MODEL.*#'
- '#.*l11nServer.* does not accept.*#' - '#.*l11nServer.* does not accept.*#'
- '#.*Call to static method installExternal.*#' - '#.*Call to static method installExternal.*#'
- '#.*MODEL is not covariant with type class-string.*#'
- '#.*Access to an undefined property Default.*#' - '#.*Access to an undefined property Default.*#'
- -
message: '#.*has parameter \$con with no typehint specified#' message: '#.*has parameter \$con with no typehint specified#'