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 2022-11-29 04:29:26 -04:00
parent 6b3dd56850
commit 6fd2ff14e7
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -27,6 +27,9 @@
- [BC] TPositiveInt has been removed and replaced by TIntRange
- [BC] Property `Psalm\Config::$cache_directory` is now internal. Use
`Psalm\Config::getCacheDirectory()` instead.
- [BC] The parameter `$php_version` of `Psalm\Type\Atomic::create()` renamed
to `$analysis_php_version_id` and changed from `array|null` to `int|null`.
Previously it accepted PHP version as `array{major_version, minor_version}`