Skip to content

Commit af1edd0

Browse files
author
Carles Mata
committed
Replace errorFormat for error-format, changed in phpstan v0.11
1 parent 73aab03 commit af1edd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lint/linter/PhpstanLinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function getMandatoryFlags()
8787
$flags = array(
8888
'analyse',
8989
'--no-progress',
90-
'--errorFormat=checkstyle'
90+
'--error-format=checkstyle'
9191
);
9292
if (null !== $this->configFile) {
9393
array_push($flags, '-c', $this->configFile);

0 commit comments

Comments
 (0)