PhpStorm 2025.2.1

Released: Aug 29, 2025

Mises à jour de 2025.2.1

Correctifs

  • PHP
    • PHP 8.5: Final property promotion.
  • PHP Inspections
    • Replace promoted property with traditional: QF incorrectly converts final property.
    • Final modifier isn't allowed for promoted properties: Add QF to replace it to "public".
  • PHP Test
    • ${TESTED_NAME} and alike are not expanded for a generated phpunit test.
    • Coverage tool window isn't opened after run Pest test with coverage.
  • PHP Type Inference: Generics
    • PhpStorm 2025.2 incorrectly warns about Laravel Collection's has method arg type.
  • PHPDoc
    • Regression: method phpdoc for variadic parameter produces warning.