We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05cd62 commit 2440f6fCopy full SHA for 2440f6f
src/Test/Http/SimpleMockedResponse.php
@@ -7,6 +7,9 @@
7
use AsyncAws\Core\Exception\LogicException;
8
use Symfony\Component\HttpClient\Response\MockResponse;
9
10
+/**
11
+ * @final
12
+ */
13
class SimpleMockedResponse extends MockResponse
14
{
15
private $headers = [];
@@ -58,6 +61,9 @@ public function cancel(): void
58
61
throw new LogicException('Not implemented');
59
62
}
60
63
64
+ /**
65
+ * @return mixed
66
67
public function getInfo(string $type = null)
68
69
$info = [
0 commit comments