From 03152aa2c5f558b3d78eee14a0dc8b5cd1296560 Mon Sep 17 00:00:00 2001
From: Peter Oliver <git@mavit.org.uk>
Date: Fri, 18 Oct 2019 19:49:25 +0100
Subject: [PATCH] The "default" coding style is actually called "php".

Fixes the error, `Undefined style: default`.
---
 php-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/php-mode.el b/php-mode.el
index a339e17f..0b0dafd7 100644
--- a/php-mode.el
+++ b/php-mode.el
@@ -307,7 +307,7 @@ This variable can take one of the following symbol values:
 `PSR-2' - use coding styles preferred for working with projects using PSR-2 standards."
   :group 'php-mode
   :tag "PHP Mode Coding Style"
-  :type '(choice (const :tag "Default" default)
+  :type '(choice (const :tag "Default" php)
                  (const :tag "PEAR" pear)
                  (const :tag "Drupal" drupal)
                  (const :tag "WordPress" wordpress)