Skip to content

Commit

Permalink
FilterRenderer: Add missing return type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Jul 24, 2024
1 parent 4173f23 commit ede7734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Notifications/Web/FilterRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class FilterRenderer extends Renderer
{
protected function renderCondition(Filter\Condition $condition)
protected function renderCondition(Filter\Condition $condition): void
{
$value = $condition->getValue();
if (is_bool($value) && ! $value) {
Expand Down

0 comments on commit ede7734

Please sign in to comment.