We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aacb783 + 85bacee commit 6b24392Copy full SHA for 6b24392
lisp/php-mode.el
@@ -572,9 +572,6 @@ might be to handle switch and goto labels differently."
572
php (cl-remove-if (lambda (elm) (and (listp elm) (memq 'c-annotation-face elm)))
573
(c-lang-const c-basic-matchers-after php)))
574
575
-(c-lang-defconst c-opt-<>-sexp-key
576
- php nil)
577
-
578
(defconst php-mode--re-return-typed-closure
579
(eval-when-compile
580
(rx symbol-start "function" symbol-end
0 commit comments