v1.3.0
This release adds PHP 8.4/8.5 support and introduces the %%relFile%% placeholder for editor URLs!
What's New 馃殌
New %%relFile%% Placeholder for Editor URLs (#19)
Added %%relFile%% placeholder support, making editor URLs work correctly in Docker/container environments!
Before: Clicking the link opened an incorrect path because PHPStan ran in a container
After: Using %%relFile%% displays the relative file path, which works correctly
parameters:
friendly:
# For Docker environments - use relative path
editorUrl: 'phpstorm://open?file=%%relFile%%&line=%%line%%'Thanks to @jdreesen for this contribution! 馃帀
PHP 8.4 & 8.5 Support (#16, #28)
- Added PHP 8.4 support
- Added PHP 8.5 support to CI test matrix
Breaking Changes 鈿狅笍
PHP 8.1+ Required (#28)
- Dropped support for PHP 7.4 and 8.0 (both are EOL)
- Minimum required PHP version is now 8.1
How to Update
composer update yamadashy/phpstan-friendly-formatterAs always, if you have any issues or suggestions, please let us know on GitHub issues!