Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Nov 3, 2024
1 parent 1e025d4 commit 7bf94e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function ok(?string $message = null): CheckResult

public function warning(?string $message = null): CheckResult
{
return CheckResult::error($this->getName(), $message);
return CheckResult::warning($this->getName(), $message);
}

public function error(?string $message = null): CheckResult
Expand Down

0 comments on commit 7bf94e2

Please sign in to comment.