You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BC] CHANGED: The parameter $rows of Yiisoft\Db\QueryBuilder\AbstractQueryBuilder#batchInsert() changed from iterable|Generator to a non-contravariant iterable
[BC] CHANGED: The parameter $rows of Yiisoft\Db\QueryBuilder\AbstractQueryBuilder#batchInsert() changed from iterable|Generator to iterable
The text was updated successfully, but these errors were encountered:
iterable
includedGenerator
, so removingGenerator
doesn't change anything and don't break BC.Example: https://3v4l.org/SENSO
But current result:
The text was updated successfully, but these errors were encountered: