We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12e1204 + 5b4447a commit deec6e0Copy full SHA for deec6e0
CHANGELOG.md
@@ -10,6 +10,14 @@
10
11
- Reverted generic annotations on promise - as `then` returns another promise, there seems no way to properly document this.
12
13
+# 1.2.x
14
+
15
+## 1.2.2
16
17
+### Added - 2025-10-31
18
19
+- Compatibility with PHP 8.4
20
21
## 1.2.1 - 2023-11-08
22
23
### Added
phpstan.neon.dist
@@ -1,6 +1,5 @@
1
parameters:
2
level: max
3
- checkMissingIterableValueType: false
4
treatPhpDocTypesAsCertain: false
5
paths:
6
- src
0 commit comments