Fix rewinddir() return type#192
Fix rewinddir() return type#192ondrejmirtes merged 1 commit intophpstan:masterfrom steevanb:issue-3232
Conversation
|
Thank you! |
|
Note: these sort of changes are not "strictly backwards-compatible". I don't know what you should do about these sort of fixes - actually the fix is "a good thing" (tm) - but suddenly people's CI breaks. |
|
@phil-davis Yeah, my stance is that most people are glad that PHPStan finds new bugs in their code. If you want to minimize chances your CI will break, you can:
PHPStan is honoring backwards compatibility in the sense that your configuration file will not break in minor versions (0.12.x - when x increases), and also that the extensions API remains the same in minor versions. |
phpstan/phpstan#3232