Skip to content

Commit d98c028

Browse files
committed
Renames to Configurable
1 parent a5da0e4 commit d98c028

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Message/ConfigurableMessage.php renamed to src/Message/Configurable.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111

1212
namespace Http\Adapter\Message;
1313

14-
use Psr\Http\Message\MessageInterface;
1514
use Http\Adapter\HasConfiguration;
1615

1716
/**
1817
* Allows to modify configuration in a message an immutable way
1918
*
2019
* @author Márk Sági-Kazár [email protected]>
2120
*/
22-
interface ConfigurableMessage extends MessageInterface, HasConfiguration
21+
interface Configurable extends HasConfiguration
2322
{
2423
/**
2524
* Sets an option

0 commit comments

Comments
 (0)