From d267ee50d9a67131a11dc69ec77c06d773dc7387 Mon Sep 17 00:00:00 2001 From: roadiz-ci Date: Fri, 23 Jun 2023 17:19:47 +0000 Subject: [PATCH] Merge branch hotfix/v2.1.20 --- phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index aba15b5..273466e 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -15,6 +15,8 @@ parameters: - '#Property ([a-zA-Z\\\:\$]+) type mapping mismatch: property can contain ([a-zA-Z\\\&\>\<]+)Interface\>? but database expects ([a-zA-Z\\\&\>\<]+)#' - '#type mapping mismatch: database can contain array\|bool\|float\|int\|JsonSerializable\|stdClass\|string\|null but property expects array\|null#' - '#Doctrine\\ORM\\Mapping\\GeneratedValue constructor expects#' + - '#type mapping mismatch: property can contain Doctrine\\Common\\Collections\\Collection]+> but database expects Doctrine\\Common\\Collections\\Collection&iterable<[^\>]+>#' + - '#should return Doctrine\\Common\\Collections\\Collection]+Interface> but returns Doctrine\\Common\\Collections\\Collection]+>#' reportUnmatchedIgnoredErrors: false checkMissingIterableValueType: false checkGenericClassInNonGenericObjectType: false