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 27cb806 commit 72f4ae0Copy full SHA for 72f4ae0
php-mode.el
@@ -675,6 +675,10 @@ might be to handle switch and goto labels differently."
675
(c-lang-const c-constant-kwds))
676
:test 'string-equal))))
677
678
+(c-lang-defconst c-basic-matchers-before
679
+ php (cl-remove-if (lambda (elm) (and (listp elm) (equal (car elm) "\\s|")))
680
+ (c-lang-const c-basic-matchers-before php)))
681
+
682
(defun php-lineup-cascaded-calls (langelem)
683
"Line up chained methods using `c-lineup-cascaded-calls',
684
but only if the setting is enabled"
0 commit comments