We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ba2a16 + 03152aa commit 429c612Copy full SHA for 429c612
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