Commit 4a7e8579 authored by Адлан Шамавов's avatar Адлан Шамавов
Browse files

fix: Доработка фильтра In

parent db5bcb38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
        }