mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-10 01:16:29 +02:00
Add PHP 8 support
This commit is contained in:
@@ -22,7 +22,7 @@ abstract class ZipTestCase extends TestCase
|
||||
*
|
||||
* @noinspection PhpMissingParentCallCommonInspection
|
||||
*/
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
$id = uniqid('phpzip', false);
|
||||
$tempDir = sys_get_temp_dir() . \DIRECTORY_SEPARATOR . 'phpunit-phpzip';
|
||||
@@ -37,7 +37,7 @@ abstract class ZipTestCase extends TestCase
|
||||
/**
|
||||
* After test.
|
||||
*/
|
||||
protected function tearDown()
|
||||
protected function tearDown(): void
|
||||
{
|
||||
parent::tearDown();
|
||||
|
||||
|
Reference in New Issue
Block a user