philipp-kolesnikov

Results 2 issues of philipp-kolesnikov

According to [ZipArchive::extractTo](https://www.php.net/manual/en/ziparchive.extractto.php) documentation method "Returns true on success or false on failure". In some cases I get ValueError instead of false. This was behavior introduced in PHP 8: ```/*...

This pull request is to fix warnings in PHP 8.4: - Implicitly marking parameter as nullable is deprecated, the explicit nullable type must be used instead See https://www.php.net/manual/en/migration84.deprecated.php