We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c6fad commit 16d5a02Copy full SHA for 16d5a02
flymake-phpstan.el
@@ -90,7 +90,7 @@
90
"Flymake backend for PHPStan report using REPORT-FN."
91
(let ((command-args (phpstan-get-command-args)))
92
(unless (car command-args)
93
- (user-error "Cannot find a phpstan executtable command"))
+ (user-error "Cannot find a phpstan executable command"))
94
(when (process-live-p flymake-phpstan--proc)
95
(kill-process flymake-phpstan--proc))
96
(let ((source (current-buffer)))
@@ -102,7 +102,7 @@
102
103
;;;###autoload
104
(defun flymake-phpstan-turn-on ()
105
- "Enable flymake-phpstan as buffer-local Flymake backend."
+ "Enable `flymake-phpstan' as buffer-local Flymake backend."
106
(interactive)
107
(let ((enabled (phpstan-enabled)))
108
(when enabled
0 commit comments