Skip to content

Commit 724859b

Browse files
authored
adjust to newer phpunit versions
1 parent 8ecd117 commit 724859b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/HttpClientTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ protected function createTempFile(): string
109109
/**
110110
* Delete files created with createTempFile
111111
*/
112-
protected function tearDown()
112+
protected function tearDown(): void
113113
{
114114
parent::tearDown();
115115

0 commit comments

Comments
 (0)