We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d43a49 commit 834f4bfCopy full SHA for 834f4bf
flycheck-phpstan.el
@@ -49,8 +49,7 @@
49
(let ((enabled (phpstan-enabled)))
50
(prog1 enabled
51
(when (and phpstan-flycheck-auto-set-executable
52
- (not (and (boundp 'flycheck-phpstan-executable)
53
- (symbol-value 'flycheck-phpstan-executable)))
+ (null (bound-and-true-p flycheck-phpstan-executable))
54
(or (stringp phpstan-executable)
55
(eq 'docker phpstan-executable)
56
(and (eq 'root (car-safe phpstan-executable))
0 commit comments