Skip to content

Commit 6372fb8

Browse files
committed
Moves mutable configurable
1 parent 14e565c commit 6372fb8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/Configurable/MutableConfigurable.php renamed to src/MutableConfigurable.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Http\Adapter\Configurable;
13-
14-
use Http\Adapter\Configurable;
12+
namespace Http\Adapter;
1513

1614
/**
17-
* Allows to modify configuration a mutable way
15+
* Allows to modify configuration
1816
*
1917
* @author Márk Sági-Kazár [email protected]>
2018
*/
@@ -33,5 +31,5 @@ public function setOption($name, $option);
3331
*
3432
* @param array $options
3533
*/
36-
public function setOptions($options);
34+
public function setOptions(array $options);
3735
}

0 commit comments

Comments
 (0)