Skip to content

Commit ede7734

Browse files
committed
FilterRenderer: Add missing return type declaration
1 parent 4173f23 commit ede7734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Notifications/Web/FilterRenderer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class FilterRenderer extends Renderer
1111
{
12-
protected function renderCondition(Filter\Condition $condition)
12+
protected function renderCondition(Filter\Condition $condition): void
1313
{
1414
$value = $condition->getValue();
1515
if (is_bool($value) && ! $value) {

0 commit comments

Comments
 (0)