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.
2 parents fdf5ed0 + 361acc1 commit ce0e3d5Copy full SHA for ce0e3d5
php-mode.el
@@ -349,7 +349,7 @@ Turning this on will force PEAR rules on all PHP files."
349
mumamo-mode turned on. Detects if there are any HTML tags in the
350
buffer before warning, but this is is not very smart; e.g. if you
351
have any tags inside a PHP string, it will be fooled."
352
- :type '(choice (const :tag "Warg" t) (const "Don't warn" nil)))
+ :type '(choice (const :tag "Warn" t) (const "Don't warn" nil)))
353
354
(defcustom php-mode-coding-style 'pear
355
"Select default coding style to use with php-mode.
0 commit comments