When PHP 8.5 is the target version (min version in composer.json), I get the following error on my Mac: > `InvalidArgumentException`: Could not get class storage for imagickpixel for this code: ```php $imagick = new Imagick(); $imagick->setImageBackgroundColor('white'); ``` Reproducer repo: https://github.com/gharlan/psalm-issue You can see the error here: https://github.com/gharlan/psalm-issue/actions/runs/24312384536 (it only fails with php 8.5 on macOS; php 8.5 on ubuntu and php 8.4 on macOS are working fine)
When PHP 8.5 is the target version (min version in composer.json), I get the following error on my Mac:
for this code:
Reproducer repo: https://github.com/gharlan/psalm-issue
You can see the error here: https://github.com/gharlan/psalm-issue/actions/runs/24312384536
(it only fails with php 8.5 on macOS; php 8.5 on ubuntu and php 8.4 on macOS are working fine)