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
Ocramius
changed the title
[RFC] ResultStatement::fetchAll() must define 3 argumentsResultStatement#fetchAll() must define 3 arguments in order to be compatible with PDOStatement#fetchAll()Jul 22, 2017
ResultStatement::fetchAll()
must define 3 arguments, like\PDOStatement::fetchAll()
.Even, there is a signature violation at
PDOStatement::fetchAll()
, where\PDOStatement
is extended andStatement
interface is implemeted; this finally extendsResultStatement
.I know this change is a BC break, but IMO the current implementation is wrong given what I'm exposing here.
The text was updated successfully, but these errors were encountered: