Skip to content

Commit 4463be8

Browse files
committed
Removes configuration interface, closes #1
1 parent a56fd73 commit 4463be8

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/PsrHttpAdapterInterface.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Http\Adapter;
1313

14-
use Http\Adapter\ConfigurationInterface;
1514
use Psr\Http\Message\RequestInterface;
1615
use Psr\Http\Message\ResponseInterface;
1716

@@ -27,20 +26,6 @@ interface PsrHttpAdapterInterface
2726
const PATCH_VERSION = '0';
2827
const EXTRA_VERSION = 'DEV';
2928

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-
4429
/**
4530
* Sends a PSR request
4631
*

0 commit comments

Comments
 (0)