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
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
I am guessing that the best solution for this, as well as possibly other locations to change the boolean false to null and mark the method to return ?object instead
The text was updated successfully, but these errors were encountered:
twmobius
changed the title
HydratingResultSet current method PhpDoc @return
HydratingResultSet current method DocBlock @return
May 10, 2018
samsonasik
added a commit
to samsonasik/zend-db
that referenced
this issue
Jul 3, 2018
HydratingResultSet
current()
method is specified in the DocBlock block that is should return an object as seen here:zend-db/src/ResultSet/HydratingResultSet.php
Line 93 in ec0e9b5
The method however could also return a boolean
false
:zend-db/src/ResultSet/HydratingResultSet.php
Line 103 in ec0e9b5
I am guessing that the best solution for this, as well as possibly other locations to change the boolean
false
tonull
and mark the method to return?object
insteadThe text was updated successfully, but these errors were encountered: