Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit c060856

Browse files
committed
Fix declaration of TestCase::setUp
1 parent 422ed8d commit c060856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
abstract class TestCase extends Orchestra
1010
{
11-
public function setUp()
11+
public function setUp(): void
1212
{
1313
parent::setUp();
1414
}

0 commit comments

Comments
 (0)