vimeo / psalm

A static analysis tool for finding errors in PHP applications
https://psalm.dev
MIT License
5.58k stars 664 forks source link

Don't work with PHP 8.4 #11176

Open joanhey opened 1 day ago

joanhey commented 1 day ago

Released 21 Nov 2024. https://www.php.net/releases/8.4/en.php

https://github.com/slimphp/Slim/pull/3353

https://github.com/slimphp/Slim/actions/runs/12050752263/job/33747015111?pr=3353

psalm-github-bot[bot] commented 1 day ago

Hey @joanhey, can you reproduce the issue on https://psalm.dev? These will be used as phpunit tests when implementing the feature or fixing this bug.

joanhey commented 1 day ago

It's not necessary to reproduce. Your composer.json

 "require": {
        "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
        "ext-SimpleXML": "*",

Nothing with PHP 8.4 https://github.com/slimphp/Slim/actions/runs/12050752263/job/33747015111?pr=3353

image