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 cde559f commit 1a38dccCopy full SHA for 1a38dcc
src/Transport/Response.php
@@ -2,10 +2,14 @@
2
3
namespace ApiClients\Foundation\Transport;
4
5
+use Evenement\EventEmitterInterface;
6
+use Evenement\EventEmitterTrait;
7
use Psr\Http\Message\ResponseInterface;
8
-final class Response
9
+final class Response implements EventEmitterInterface
10
{
11
+ use EventEmitterTrait;
12
+
13
/**
14
* @var string
15
*/
0 commit comments