Loading src/Filter/In.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ final class In extends HttpFilter /** @throws FilterParameterValueIsNullException */ public function addToQuery(QueryBuilder $queryBuilder): QueryBuilder { if ($this->getHttpValue() === null) { if ($this->getHttpValue() === null || ! is_array($this->getHttpValue())) { throw new FilterParameterValueIsNullException($this->field); } Loading Loading
src/Filter/In.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ final class In extends HttpFilter /** @throws FilterParameterValueIsNullException */ public function addToQuery(QueryBuilder $queryBuilder): QueryBuilder { if ($this->getHttpValue() === null) { if ($this->getHttpValue() === null || ! is_array($this->getHttpValue())) { throw new FilterParameterValueIsNullException($this->field); } Loading