Skip to content

Commit 1be27e7

Browse files
committed
Removes interface suffix from the main interfaces
1 parent 418a484 commit 1be27e7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/HttpAdapterInterface.php renamed to src/HttpAdapter.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111

1212
namespace Http\Adapter;
1313

14+
use Psr\Http\Message\ResponseInterface;
15+
1416
/**
1517
* @author GeLo <[email protected]>
1618
*/
17-
interface HttpAdapterInterface extends PsrHttpAdapterInterface
19+
interface HttpAdapter extends PsrHttpAdapter
1820
{
1921
/**
2022
* Sends a GET request

src/PsrHttpAdapterInterface.php renamed to src/PsrHttpAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* @author GeLo <[email protected]>
1919
*/
20-
interface PsrHttpAdapterInterface
20+
interface PsrHttpAdapter
2121
{
2222
/**
2323
* Sends a PSR request

0 commit comments

Comments
 (0)