Skip to content

Commit

Permalink
Document BC break
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Nov 29, 2022
1 parent 6b3dd56 commit 6fd2ff1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
Expand Down

0 comments on commit 6fd2ff1

Please sign in to comment.