: PhpStorm can now automatically detect PHPCS coding standards from your composer.json file. New Refactorings :

: Streamlined support for PHP CS Fixer was added, allowing the IDE to automatically fix code style issues based on project rules.

: This version added full support for PHP 7.3 features, including flexible Heredoc and Nowdoc syntax and support for Intersection Types in PHPDoc.

: Easily swap a class with its alias or inline a redundant alias .

: Developers gained advanced support for DQL, including autocompletion for classes and fields within DQL strings.