Skip to content

Commit 80ad11e

Browse files
committed
Upgrading note
1 parent 047c2d3 commit 80ad11e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Don't forget to update [3rd party PHPStan extensions](https://phpstan.org/user-g
3232

3333
After changing your `composer.json`, run `composer update 'phpstan/*' -W`.
3434

35+
It's up to you whether you go through the new reported errors or if you just put them all to the [baseline](https://phpstan.org/user-guide/baseline) ;) Everyone who's on PHPStan 1.12 should be able to upgrade to PHPStan 2.0.
36+
3537
### Removed option `checkMissingIterableValueType`
3638

3739
It's strongly recommended to add the missing array typehints.

0 commit comments

Comments
 (0)