Skip to content

Commit

Permalink
Use type (repeat string) instead of just list
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Dec 4, 2018
1 parent b1d5595 commit b368d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ of constants when set."
(defcustom php-mode-extra-constants '()
"A list of additional strings to treat as PHP constants."
:group 'php-mode
:type 'list
:type '(repeat string)
:set 'php-mode-extra-constants-set)

(defun php-create-regexp-for-method (visibility)
Expand Down

0 comments on commit b368d43

Please sign in to comment.