Skip to content

Commit f0cb980

Browse files
authored
Merge pull request #69 from php-http/phpunit-update
adjust to newer phpunit versions
2 parents 8ecd117 + 724859b commit f0cb980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/Functional/HttpClientTestCase.php

+1-1
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)