Skip to content

Commit

Permalink
Update src/Audit/DatabaseExposure.php
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Lemon <[email protected]>
  • Loading branch information
Tim Clifford and Dan Lemon authored Jan 27, 2021
1 parent b9ab8de commit 84f3b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Audit/DatabaseExposure.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function audit(Sandbox $sandbox) {
$sandbox->setParameter('plural', count($results) > 1 ? 's' : '');

if (empty($matches)) {
Audit::SUCCESS;
return Audit::SUCCESS;
}
return Audit::FAIL;
}
Expand Down

0 comments on commit 84f3b60

Please sign in to comment.