Skip to content

Commit a4193de

Browse files
committed
Add missing phpstan-tip-message-prefix custom variable
1 parent 7ab85a4 commit a4193de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpstan.el

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@
114114
:safe #'stringp
115115
:group 'phpstan)
116116

117+
(defcustom phpstan-tip-message-prefix "💡 "
118+
"Prefix of PHPStan tip message."
119+
:type 'string
120+
:safe #'stringp
121+
:group 'phpstan)
122+
117123
(defvar-local phpstan--use-xdebug-option nil)
118124

119125
;;;###autoload

0 commit comments

Comments
 (0)