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
We have to figure out why do not follow the methods signature of Doctrine_Adapter_Statement the methods signature of Doctrine_Connection_Statement and PDOStatement.
No one implements the signature of Doctrine_Adapter_Statement methods. The Doctrine_Adapter_Statement feels more like an interface than an abstract class.
We have to figure out why do not follow the methods signature of
Doctrine_Adapter_Statement
the methods signature ofDoctrine_Connection_Statement
andPDOStatement
.Doctrine_Connection_Statement
implementsDoctrine_Adapter_Statement_Interface
Doctrine_Adapter_Statement
used anywhereDoctrine_Adapter_Statement_Interface
used byDoctrine_Adapter_Statement_Oracle
,Doctrine_Adapter_Statement_Mock
andDoctrine_Connection_Statement
The text was updated successfully, but these errors were encountered: