Skip to content

Commit 33daf58

Browse files
authored
Fix code style in README
1 parent 00eaa01 commit 33daf58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ class HttpBinGet extends Request
5555
$client->authBearer("test");
5656
}
5757

58-
protected function tests(){
58+
protected function tests()
59+
{
5960
return [
6061
"success" => MockResponse::make("Hello World!"),
6162
];

0 commit comments

Comments
 (0)