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 Feb 25, 2020. It is now read-only.
Hello,
I'm getting the following error: Call to a member function each() on a non-object
At line 405 (/vendor/chumper/zipper/src/Chumper/Zipper/Zipper.php)
I'm on PHP 5.3.3.
EDIT:
The problem is that on PHP 5.3.3 is_subclass_of() doesn't work with Interfaces because this functionality was added on PHP 5.3.7.
http://php.net/manual/es/function.is-subclass-of.php
The text was updated successfully, but these errors were encountered: