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 Nov 11, 2020. It is now read-only.
The error is:
Fatal error: Can't inherit abstract function Countable::count() (previously declared abstract in Doctrine\MongoDB\CursorInterface) in doctrine/mongodb/lib/Doctrine/MongoDB/CursorInterface.php on line 29
This interface extends another 2 interfaces and in one of them the count method is again presented
The text was updated successfully, but these errors were encountered:
Yeah, I'll remove the count declaration entirely. There's no change to the original declaration, so I think we're safe removing it entirely, unless you want to keep the docs around?
Hello,
The error is:
Fatal error: Can't inherit abstract function Countable::count() (previously declared abstract in Doctrine\MongoDB\CursorInterface) in doctrine/mongodb/lib/Doctrine/MongoDB/CursorInterface.php on line 29
This interface extends another 2 interfaces and in one of them the count method is again presented
The text was updated successfully, but these errors were encountered: