Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion phpstan.el
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ it returns the value of `SOURCE' as it is."
(defun phpstan-get-command-args ()
"Return command line argument for PHPStan."
(let ((executable (phpstan-get-executable))
(args (list "analyze" "--errorFormat=raw" "--no-progress" "--no-interaction"))
(args (list "analyze" "--error-format=raw" "--no-progress" "--no-interaction"))
(path (phpstan-normalize-path (phpstan-get-config-file)))
(level (phpstan-get-level)))
(when path
Expand Down