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 3807671 commit 2f715a1Copy full SHA for 2f715a1
flymake-phpstan.el
@@ -109,7 +109,7 @@
109
(when enabled
110
(flymake-mode 1)
111
(when flymake-phpstan-disable-c-mode-hooks
112
- (remove-hook 'flymake-diagnostic-functions 'flymake-cc t))
+ (remove-hook 'flymake-diagnostic-functions #'flymake-cc t))
113
(add-hook 'flymake-diagnostic-functions #'flymake-phpstan nil t))))
114
115
(provide 'flymake-phpstan)
0 commit comments