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 0676394 commit 9e952d4Copy full SHA for 9e952d4
lisp/php-mode.el
@@ -1132,8 +1132,7 @@ After setting the stylevars run hook `php-mode-STYLENAME-hook'."
1132
"Reset PHP-irrelevant variables set by Cc Mode initialization."
1133
(setq-local c-mode-hook nil)
1134
(setq-local java-mode-hook nil)
1135
- (when (eval-when-compile (boundp 'flymake-diagnostic-functions))
1136
- (remove-hook 'flymake-diagnostic-functions 'flymake-cc t))
+ (remove-hook 'flymake-diagnostic-functions 'flymake-cc t)
1137
t)
1138
1139
(defvar php-mode-syntax-table
0 commit comments