From 6fc764bb4936c2be325a6e2e7d429dc32af95029 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 29 Sep 2023 18:05:34 +0000 Subject: [PATCH] fix mapper model typehint --- Config/phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 0eee11a..6ae190a 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -84,6 +84,7 @@ parameters: - '#.*::MODEL is not covariant with type class-string of constant phpOMS\\DataStorage\\Database\\Mapper\\DataMapperFactory::MODEL.*#' - '#.*l11nServer.* does not accept.*#' - '#.*Call to static method installExternal.*#' + - '#.*MODEL is not covariant with type class-string.*#' - '#.*Access to an undefined property Default.*#' - message: '#.*has parameter \$con with no typehint specified#'