diff --git a/composer.json b/composer.json index 82dc55a..e871618 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,8 @@ }, "extra": { "branch-alias": { - "dev-main": "2.2.x-dev", - "dev-develop": "2.3.x-dev" + "dev-main": "2.3.x-dev", + "dev-develop": "2.4.x-dev" } } } diff --git a/phpstan.neon b/phpstan.neon index 1d7bd2d..6d40c05 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,5 +7,6 @@ parameters: - */bower_components/* - */static/* reportUnmatchedIgnoredErrors: false - checkGenericClassInNonGenericObjectType: false - checkMissingIterableValueType: false + ignoreErrors: + - identifier: missingType.iterableValue + - identifier: missingType.generics