1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Document BC break

This commit is contained in:
Bruce Weirdan 2023-08-31 16:30:37 +02:00
parent 5545873f44
commit e5b912bb2b
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -9,6 +9,8 @@
- [BC] The `TDependentListKey` type was removed and replaced with an optional property of the `TIntRange` type.
- [BC] Value of constant `Psalm\Type\TaintKindGroup::ALL_INPUT` changed to reflect a new `TaintKind::INPUT_XPATH` have been added. Accordingly, default values for `$taint` parameters of `Psalm\Codebase::addTaintSource()` and `Psalm\Codebase::addTaintSink()` have been changed as well.
# Upgrading from Psalm 4 to Psalm 5
## Changed