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 a5da0e4 commit d98c028Copy full SHA for d98c028
src/Message/ConfigurableMessage.php renamed to src/Message/Configurable.php
@@ -11,15 +11,14 @@
11
12
namespace Http\Adapter\Message;
13
14
-use Psr\Http\Message\MessageInterface;
15
use Http\Adapter\HasConfiguration;
16
17
/**
18
* Allows to modify configuration in a message an immutable way
19
*
20
* @author Márk Sági-Kazár mark.sagikazar@gmail.com>
21
*/
22
-interface ConfigurableMessage extends MessageInterface, HasConfiguration
+interface Configurable extends HasConfiguration
23
{
24
25
* Sets an option
0 commit comments