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:
parent
6b3dd56850
commit
6fd2ff14e7
@ -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}`
|
||||
|
Loading…
Reference in New Issue
Block a user