ZipArchive::open(): Passing null to parameter #2 ($flags) of type int is deprecated
SocyList opened this issue · 0 comments
SocyList commented
First line of the open method within ZipRepository class causes a deprecation error due to the fact that NULL is used as default second parameter. This should be 0 (zero).