Skip to content

Commit

Permalink
FilterRenderer: Add missing return type to ensure compatibility with …
Browse files Browse the repository at this point in the history
…the parent class
  • Loading branch information
sukhwinder33445 committed Jul 24, 2024
1 parent 4173f23 commit f4a49b8
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 f4a49b8

Please sign in to comment.