Skip to content

Commit 11feb0c

Browse files
committed
Fix
1 parent d0dbbfd commit 11feb0c

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
@@ -333,7 +333,7 @@ it returns the value of `SOURCE' as it is."
333333
(memory-limit (phpstan-get-memory-limit))
334334
(level (phpstan-get-level)))
335335
(append (if include-executable (list (car executable-and-args)) nil)
336-
(cdr executable-and-options)
336+
(cdr executable-and-args)
337337
(list "analyze" "--error-format=raw" "--no-progress" "--no-interaction")
338338
(and path (list "-c" path))
339339
(and autoload (list "-a" autoload))

0 commit comments

Comments
 (0)