We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d5595 commit b368d43Copy full SHA for b368d43
php-mode.el
@@ -223,7 +223,7 @@ of constants when set."
223
(defcustom php-mode-extra-constants '()
224
"A list of additional strings to treat as PHP constants."
225
:group 'php-mode
226
- :type 'list
+ :type '(repeat string)
227
:set 'php-mode-extra-constants-set)
228
229
(defun php-create-regexp-for-method (visibility)
0 commit comments