mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-07-31 20:50:13 +02:00
Add PHP 8 support
This commit is contained in:
@@ -30,7 +30,7 @@ abstract class ZipFileSetTestCase extends ZipTestCase
|
||||
/**
|
||||
* Before test.
|
||||
*/
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->fillDirectory();
|
||||
|
Reference in New Issue
Block a user