Compare commits

..

No commits in common. "5cbe51b69df3a1f97b0cde0c4034c0383bc4e79c" and "19767cf3b003227830ee8d4f4776fddc863ef20e" have entirely different histories.

View File

@ -297,7 +297,7 @@ SQL;
$config->addComponent(new BulkManager); $config->addComponent(new BulkManager);
} }
Deprecation::withSuppressedNotice(function () use ($sort, $filter, $pagination) { Deprecation::withNoReplacement(function () use ($sort, $filter, $pagination) {
$sort->setThrowExceptionOnBadDataType(false); $sort->setThrowExceptionOnBadDataType(false);
$filter->setThrowExceptionOnBadDataType(false); $filter->setThrowExceptionOnBadDataType(false);
$pagination->setThrowExceptionOnBadDataType(false); $pagination->setThrowExceptionOnBadDataType(false);