Skip to content

Commit 03152aa

Browse files
committed
The "default" coding style is actually called "php".
Fixes the error, `Undefined style: default`.
1 parent a8ee6ce commit 03152aa

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)