Skip to content

Commit 429c612

Browse files
authoredOct 27, 2019
Merge pull request #581 from mavit/default-style
The "default" coding style is actually called "php".
2 parents 5ba2a16 + 03152aa commit 429c612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎php-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ This variable can take one of the following symbol values:
307307
`PSR-2' - use coding styles preferred for working with projects using PSR-2 standards."
308308
:group 'php-mode
309309
:tag "PHP Mode Coding Style"
310-
:type '(choice (const :tag "Default" default)
310+
:type '(choice (const :tag "Default" php)
311311
(const :tag "PEAR" pear)
312312
(const :tag "Drupal" drupal)
313313
(const :tag "WordPress" wordpress)

0 commit comments

Comments
 (0)
Please sign in to comment.