From 381451b1b4d4d8e65b40adbf6050e43824a93e12 Mon Sep 17 00:00:00 2001 From: roadiz-ci Date: Wed, 15 May 2024 16:26:08 +0000 Subject: [PATCH] Merge tag v2.3.0 into develop --- composer.json | 4 ++-- phpstan.neon | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 406ab05..0a348d6 100644 --- a/composer.json +++ b/composer.json @@ -63,8 +63,8 @@ }, "extra": { "branch-alias": { - "dev-master": "2.2.x-dev", - "dev-develop": "2.3.x-dev" + "dev-master": "2.3.x-dev", + "dev-develop": "2.4.x-dev" } } } diff --git a/phpstan.neon b/phpstan.neon index 95b36b8..943ac93 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,6 +7,8 @@ parameters: - */bower_components/* - */static/* ignoreErrors: + - identifier: missingType.iterableValue + - identifier: missingType.generics - '#Call to an undefined method Doctrine\\Persistence\\ObjectRepository#' - '#Call to an undefined method Doctrine\\Persistence\\ObjectManager#' - '#Call to an undefined method Doctrine\\ORM\\EntityRepository#' @@ -20,8 +22,6 @@ parameters: - '#but returns Doctrine\\Common\\Collections\\ReadableCollection]+>#' - '#does not accept Doctrine\\Common\\Collections\\ReadableCollection]+>#' reportUnmatchedIgnoredErrors: false - checkMissingIterableValueType: false - checkGenericClassInNonGenericObjectType: false includes: - vendor/phpstan/phpstan-doctrine/extension.neon