From 9b65a0f4b0cf90e882df3d8a2df7659c5069976d Mon Sep 17 00:00:00 2001 From: spiralbot Date: Thu, 5 Sep 2024 13:07:05 +0000 Subject: [PATCH] Merge pull request #1136: apply Rector on tests files --- tests/TestCase.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index a254475..37c3f68 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -26,9 +26,6 @@ abstract class TestCase extends BaseTestCase */ protected $second; - /** - * @return void - */ public function setUp(): void { parent::setUp(); @@ -42,9 +39,6 @@ public function setUp(): void ); } - /** - * @return void - */ public function tearDown(): void { $this->cleanTempDirectory(); @@ -52,9 +46,6 @@ public function tearDown(): void parent::tearDown(); } - /** - * @return void - */ protected function cleanTempDirectory(): void { $iterator = new \RecursiveIteratorIterator(