From d2596ce0a1243a606c2eae476f81bedc95010f74 Mon Sep 17 00:00:00 2001 From: roadiz-ci Date: Tue, 4 Jun 2024 16:49:18 +0000 Subject: [PATCH] Merge branch hotfix/v2.3.6 --- LICENSE.md | 2 +- composer.json | 4 ++-- phpstan.neon | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index d4d8a00..8e18fa6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2023 Ambroise Maupate +Copyright © 2024 Ambroise Maupate Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 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 855a75d..6d40c05 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,5 @@ parameters: - level: max + level: 7 paths: - src excludePaths: @@ -7,5 +7,6 @@ parameters: - */bower_components/* - */static/* reportUnmatchedIgnoredErrors: false - checkGenericClassInNonGenericObjectType: false - checkMissingIterableValueType: false + ignoreErrors: + - identifier: missingType.iterableValue + - identifier: missingType.generics