Skip to content

Commit 15e91f9

Browse files
committed
ACQE-5710 : Deprecation error Fix
1 parent c646e08 commit 15e91f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/verification/Tests/ResilientGenerationTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function setUp(): void
7676

7777
$property = new \ReflectionProperty(SuiteGenerator::class, "instance");
7878
$property->setAccessible(true);
79-
$property->setValue(null,null);
79+
$property->setValue(null, null);
8080

8181
$property = new \ReflectionProperty(DirSetupUtil::class, "DIR_CONTEXT");
8282
$property->setAccessible(true);

0 commit comments

Comments
 (0)