Skip to content

Commit 51bd667

Browse files
authored
Merge pull request #16 from repat/master
Fixes #15 Number of arguments to calculate()
2 parents 28280a3 + 60b511f commit 51bd667

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Console/FixCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ public function handle()
135135
$resolver->isDryRun(),
136136
count($changed) > 0,
137137
count($invalidErrors) > 0,
138-
count($exceptionErrors) > 0
138+
count($exceptionErrors) > 0,
139+
count($lintErrors) > 0
139140
);
140141
}
141142

0 commit comments

Comments
 (0)