We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ac629 commit 219740dCopy full SHA for 219740d
2 files changed
test/unit/CoTest.php
@@ -26,7 +26,7 @@ class CoTest extends TestCase
26
{
27
/**
28
*/
29
- public function tearDown()
+ public function tearDown(): void
30
31
Context::getWaitGroup()->wait();
32
}
test/unit/TimerTest.php
@@ -36,7 +36,7 @@ class TimerTest extends TestCase
36
37
38
39
- public function setUp()
+ public function setUp(): void
40
41
Context::set(TestContext::new());
42
0 commit comments