File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -156,16 +156,19 @@ The operator is also knows as \"Paamayim Nekudotayim\"."
156
156
:group 'php-faces
157
157
:tag " PHP Magical Constant" )
158
158
159
- (defface php-$ this '((t (:inherit php-constant)))
159
+ (defface php-this '((t (:inherit php-constant)))
160
160
" PHP Mode face used to highlight $this variables."
161
161
:group 'php-faces
162
162
:tag " PHP $this" )
163
163
164
- (defface php-$ this-sigil '((t (:inherit php-constant)))
164
+ (defface php-this-sigil '((t (:inherit php-constant)))
165
165
" PHP Mode face used to highlight sigils($) of $this variable."
166
166
:group 'php-faces
167
167
:tag " PHP $this Sigil" )
168
168
169
+ (define-obsolete-face-alias 'php-$this 'php-this " 1.26.0" )
170
+ (define-obsolete-face-alias 'php-$this-sigil 'php-this-sigil " 1.26.0" )
171
+
169
172
(defface php-errorcontrol-op '((t (:inherit font-lock-type-face )))
170
173
" PHP Mode face used to highlight errorcontrol operators (@).."
171
174
:group 'php-faces
You can’t perform that action at this time.
0 commit comments