We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a6d9f commit 682ee44Copy full SHA for 682ee44
UPGRADING.md
@@ -32,6 +32,8 @@
32
33
- [BC] Class Psalm\Type\Atomic\TCallableKeyedArray has been deleted, and replaced with a new `is_callable` flag in Psalm\Type\Atomic\TKeyedArray
34
35
+- [BC] Class Psalm\Type\Atomic\TCallableInterface has been deleted, use `\Psalm\Type\Atomic::isCallableType()` instead
36
+
37
## Removed
38
39
- [BC] Constant Psalm\Type\Atomic\TKeyedArray::NAME_ARRAY was removed
0 commit comments