We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ee6ce commit 03152aaCopy full SHA for 03152aa
php-mode.el
@@ -307,7 +307,7 @@ This variable can take one of the following symbol values:
307
`PSR-2' - use coding styles preferred for working with projects using PSR-2 standards."
308
:group 'php-mode
309
:tag "PHP Mode Coding Style"
310
- :type '(choice (const :tag "Default" default)
+ :type '(choice (const :tag "Default" php)
311
(const :tag "PEAR" pear)
312
(const :tag "Drupal" drupal)
313
(const :tag "WordPress" wordpress)
0 commit comments