Skip to content

Commit b368d43

Browse files
committed
Use type (repeat string) instead of just list
1 parent b1d5595 commit b368d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ of constants when set."
223223
(defcustom php-mode-extra-constants '()
224224
"A list of additional strings to treat as PHP constants."
225225
:group 'php-mode
226-
:type 'list
226+
:type '(repeat string)
227227
:set 'php-mode-extra-constants-set)
228228

229229
(defun php-create-regexp-for-method (visibility)

0 commit comments

Comments
 (0)