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.
2 parents beac0e0 + 4d4a41d commit abf5c78Copy full SHA for abf5c78
phpstan.el
@@ -244,7 +244,7 @@ it returns the value of `SOURCE' as it is."
244
(defun phpstan-get-command-args ()
245
"Return command line argument for PHPStan."
246
(let ((executable (phpstan-get-executable))
247
- (args (list "analyze" "--errorFormat=raw" "--no-progress" "--no-interaction"))
+ (args (list "analyze" "--error-format=raw" "--no-progress" "--no-interaction"))
248
(path (phpstan-normalize-path (phpstan-get-config-file)))
249
(level (phpstan-get-level)))
250
(when path
0 commit comments