yiisoft / data

Data providers

Home Page:https://www.yiiframework.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move `FilterDataValidationHelper::assertFilterHandlerIsIterable()` method to `Iterable` namespace

vjik opened this issue · comments

FilterDataValidationHelper contains common reader methods. assertFilterHandlerIsIterable() used for iterable reader only and should be moved to Iterable namespace.

It is alright as is since the FilterAssert is used everywhere.