Skip to content

Commit 8809921

Browse files
committed
Fixed travis.
1 parent 55f9ee3 commit 8809921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HttpClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
class HttpClientTest extends TestCase
2424
{
25-
protected function tearDown()
25+
protected function tearDown(): void
2626
{
2727
Mockery::close();
2828
}

0 commit comments

Comments
 (0)