We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e696de8 + 843d419 commit fa002a9Copy full SHA for fa002a9
php-mode.el
@@ -464,9 +464,7 @@ In that case set to `NIL'."
464
php t)
465
466
(c-lang-defconst c-assignment-operators
467
- ;; falls back to java, so no need to specify the language
468
- php (append (remove ">>>=" (c-lang-const c-assignment-operators))
469
- '(".=")))
+ php '("=" "*=" "/=" "%=" "+=" "-=" ">>=" "<<=" "&=" "^=" "|=" ".=" "??="))
470
471
(c-lang-defconst beginning-of-defun-function
472
php 'php-beginning-of-defun)
0 commit comments