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 a56fd73 commit 4463be8Copy full SHA for 4463be8
src/PsrHttpAdapterInterface.php
@@ -11,7 +11,6 @@
11
12
namespace Http\Adapter;
13
14
-use Http\Adapter\ConfigurationInterface;
15
use Psr\Http\Message\RequestInterface;
16
use Psr\Http\Message\ResponseInterface;
17
@@ -27,20 +26,6 @@ interface PsrHttpAdapterInterface
27
26
const PATCH_VERSION = '0';
28
const EXTRA_VERSION = 'DEV';
29
30
- /**
31
- * Returns the configuration
32
- *
33
- * @return ConfigurationInterface
34
- */
35
- public function getConfiguration();
36
-
37
38
- * Sets the configuration
39
40
- * @param ConfigurationInterface $configuration
41
42
- public function setConfiguration(ConfigurationInterface $configuration);
43
44
/**
45
* Sends a PSR request
46
*
0 commit comments