Skip to content

Commit

Permalink
Merge pull request #114 from Assada/patch-1
Browse files Browse the repository at this point in the history
Fix Result status in Security Checker
  • Loading branch information
antonioribeiro committed Sep 24, 2018
2 parents bd46cde + bd3828d commit e5e9746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checkers/SecurityChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function check()
->implode(', ');

return $this->makeResult(
$isHealthy,
false,
sprintf($this->target->getErrorMessage(), $problems)
);
}
Expand Down

0 comments on commit e5e9746

Please sign in to comment.