Skip to content

Commit fc04bfb

Browse files
authored
Apply fixes from StyleCI (#135)
1 parent 70a66d1 commit fc04bfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/TestHttpClient.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ class TestHttpClient implements ClientInterface
3030
*/
3131
private $responseFactory;
3232

33-
public function __construct() {
33+
public function __construct()
34+
{
3435
$this->responseFactory = new ResponseFactory();
3536
}
3637

0 commit comments

Comments
 (0)