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 418a484 commit 1be27e7Copy full SHA for 1be27e7
src/HttpAdapterInterface.php renamed to src/HttpAdapter.php
@@ -11,10 +11,12 @@
11
12
namespace Http\Adapter;
13
14
+use Psr\Http\Message\ResponseInterface;
15
+
16
/**
17
* @author GeLo <geloen.eric@gmail.com>
18
*/
-interface HttpAdapterInterface extends PsrHttpAdapterInterface
19
+interface HttpAdapter extends PsrHttpAdapter
20
{
21
22
* Sends a GET request
src/PsrHttpAdapterInterface.php renamed to src/PsrHttpAdapter.php
@@ -17,7 +17,7 @@
-interface PsrHttpAdapterInterface
+interface PsrHttpAdapter
23
* Sends a PSR request
0 commit comments