Skip to content

Commit 93edbe0

Browse files
FilterByInterface: value is mixed type
1 parent 756ec75 commit 93edbe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Interface/FilterByInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public static function filterBy(
1010
QueryBuilder $qb,
1111
string $columnName,
1212
string $operator,
13-
string $value,
13+
mixed $value,
1414
?string $entityName = null,
1515
): QueryBuilder;
1616
}

0 commit comments

Comments
 (0)