diff --git a/CHANGELOG.md b/CHANGELOG.md index b623368..d5bf747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ - Reverted generic annotations on promise - as `then` returns another promise, there seems no way to properly document this. +# 1.2.x + +## 1.2.2 + +### Added - 2025-10-31 + +- Compatibility with PHP 8.4 + ## 1.2.1 - 2023-11-08 ### Added diff --git a/phpstan.neon.dist b/phpstan.neon.dist index f8b94cf..3e47faf 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,6 +1,5 @@ parameters: level: max - checkMissingIterableValueType: false treatPhpDocTypesAsCertain: false paths: - src