File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 77; ; Version: 0.9.0
88; ; Keywords: tools, php
99; ; Homepage: https://github.com/emacs-php/phpstan.el
10- ; ; Package-Requires: ((emacs "25.1") (flycheck "26") (phpstan "0.8.2 "))
10+ ; ; Package-Requires: ((emacs "25.1") (flycheck "26") (phpstan "0.9.0 "))
1111; ; License: GPL-3.0-or-later
1212
1313; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 77; ; Version: 0.9.0
88; ; Keywords: tools, php
99; ; Homepage: https://github.com/emacs-php/phpstan.el
10- ; ; Package-Requires: ((emacs "26.1") (phpstan "0.8.2 "))
10+ ; ; Package-Requires: ((emacs "26.1") (phpstan "0.9.0 "))
1111; ; License: GPL-3.0-or-later
1212
1313; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 1- ; ;; phpstan.el --- Interface to PHPStan -*- lexical-binding : t ; -*-
1+ ; ;; phpstan.el --- Interface to PHPStan (PHP static analyzer) -*- lexical-binding : t ; -*-
22
33; ; Copyright (C) 2025 Friends of Emacs-PHP development
44
6262 (require 'compat nil t )
6363 (require 'php )
6464 (require 'json )
65+ (require 'tramp )
6566 (declare-function 'tramp-dissect-file-name " tramp" '(name &optional nodefault))
6667 (declare-function 'tramp-file-name-localname " tamp" '(cl-x)))
6768
You can’t perform that action at this time.
0 commit comments