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 d0dbbfd commit 11feb0cCopy full SHA for 11feb0c
phpstan.el
@@ -333,7 +333,7 @@ it returns the value of `SOURCE' as it is."
333
(memory-limit (phpstan-get-memory-limit))
334
(level (phpstan-get-level)))
335
(append (if include-executable (list (car executable-and-args)) nil)
336
- (cdr executable-and-options)
+ (cdr executable-and-args)
337
(list "analyze" "--error-format=raw" "--no-progress" "--no-interaction")
338
(and path (list "-c" path))
339
(and autoload (list "-a" autoload))
0 commit comments