Skip to content

Commit 8a0889d

Browse files
committed
Make phpstan-use-xdebug-option as nil
1 parent ee3f8fd commit 8a0889d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
:safe (lambda (v) (or (null v) (stringp v)))
102102
:group 'phpstan)
103103

104-
(defcustom phpstan-use-xdebug-option 'auto
104+
(defcustom phpstan-use-xdebug-option nil
105105
"Set --xdebug option."
106106
:type '(choice (const :tag "Set --xdebug option dynamically" 'auto)
107107
(const :tag "Add --xdebug option" t)

0 commit comments

Comments
 (0)