Skip to content

Commit fcd499d

Browse files
committed
Fix coding style
1 parent c329eca commit fcd499d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Sabre/HTTP/ResponseMock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ResponseMock extends Response
2424
/**
2525
* Reset the response state. Needed if making more than one request in a single test.
2626
*/
27-
function reset()
27+
public function reset()
2828
{
2929
$this->headers = [];
3030
$this->body = null;

0 commit comments

Comments
 (0)