You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPStan's result cache relies on installed.php contents to stay the same if the installed packages are the same.
If the contents of installed.php change to convey the same information, PHPStan's result cache is invalidated. Which isn't a big issue, but I guess the fix should be easy enough.
The specific thing that changed between installations with the same lock file is:
PHPStan's result cache relies on
installed.php
contents to stay the same if the installed packages are the same.If the contents of installed.php change to convey the same information, PHPStan's result cache is invalidated. Which isn't a big issue, but I guess the fix should be easy enough.
The specific thing that changed between installations with the same lock file is:
So the order of versions in
provided
key. I guess they should be ordered before exporting.Original issue: phpstan/phpstan#12027
The text was updated successfully, but these errors were encountered: