All notable changes of the phpstan.el
are documented in this file using the Keep a Changelog principles.
- Fix compilation errors on Emacs 30
- Add
phpstan-enable-remote-experimental
custom variable for activate PHPStan on TRAMP. - Add support for
php-ts-mode
. - Add
phpstan-insert-dumptype
command - Add
phpstan-insert-ignore
command
- Refactored
phpstan-check-buffer
command for improved performance. - Improved logic for detecting phpstan executable.
- Drop support for Emacs 24.3.
- Add
phpstan-analyze-this-file
command - Add
phpstan.dist.neon
tophpstan-get-config-file
as PHPStan config files. - Add
phpstan-pro
command to launch PHPStan Pro. - Add
phpstan-find-baseline-file
command. - Add
phpstan-generate-baseline-file
command.
- Make flycheck analyze the original file directly instead of temporary files when there are no changes to the file.
- [Internal] Use JSON format for flycheck-phpstan.
- Support 💡 tips