Skip to content

Commit f82dc78

Browse files
committed
Add phpstan-enable-on-no-config-file custom variable
1 parent a2bbd6a commit f82dc78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
:type 'boolean
7373
:group 'phpstan)
7474

75+
(defcustom phpstan-enable-on-no-config-file t
76+
"If T, activate configuration from composer even when `phpstan.neon' is not found."
77+
:type 'boolean
78+
:group 'phpstan)
79+
7580
;;;###autoload
7681
(progn
7782
(defvar phpstan-working-dir nil

0 commit comments

Comments
 (0)