Skip to content

Commit 2440f6f

Browse files
Update SimpleMockedResponse.php (#1016)
1 parent b05cd62 commit 2440f6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Test/Http/SimpleMockedResponse.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
use AsyncAws\Core\Exception\LogicException;
88
use Symfony\Component\HttpClient\Response\MockResponse;
99

10+
/**
11+
* @final
12+
*/
1013
class SimpleMockedResponse extends MockResponse
1114
{
1215
private $headers = [];
@@ -58,6 +61,9 @@ public function cancel(): void
5861
throw new LogicException('Not implemented');
5962
}
6063

64+
/**
65+
* @return mixed
66+
*/
6167
public function getInfo(string $type = null)
6268
{
6369
$info = [

0 commit comments

Comments
 (0)