Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Analyzer/FileCorruptionAnalyzerTest.php')
-rw-r--r--tests/Unit/Analyzer/FileCorruptionAnalyzerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Analyzer/FileCorruptionAnalyzerTest.php b/tests/Unit/Analyzer/FileCorruptionAnalyzerTest.php
index e40fc71..5a14eeb 100644
--- a/tests/Unit/Analyzer/FileCorruptionAnalyzerTest.php
+++ b/tests/Unit/Analyzer/FileCorruptionAnalyzerTest.php
@@ -42,7 +42,7 @@ class FileCorruptionAnalyzerTest extends TestCase
/** @var FileCorruptionAnalyzer */
protected $fileCorruptionAnalyzer;
- public function setUp()
+ public function setUp(): void
{
parent::setUp();