Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit c127cfc

Browse files
harrygullifordstevebauman
authored andcommitted
Fix setUp method return type declaration
1 parent 293721c commit c127cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DatabaseTestCase.php

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

1212
class DatabaseTestCase extends TestCase
1313
{
14-
public function setUp()
14+
public function setUp(): void
1515
{
1616
parent::setUp();
1717

0 commit comments

Comments
 (0)