@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @author stev leibelt <[email protected]> |
|
4 | - * @since 2015-12-09 |
|
5 | - */ |
|
3 | + * @author stev leibelt <[email protected]> |
|
4 | + * @since 2015-12-09 |
|
5 | + */ |
|
6 | 6 | namespace Net\Bazzline\Component\Curl\ResponseBehaviour; |
7 | 7 | |
8 | 8 | use Exception; |
@@ -91,7 +91,7 @@ |
||
91 | 91 | $parameters, |
92 | 92 | $data |
93 | 93 | ); |
94 | - $response = $this->applyBehaviours($behaviours, $response); |
|
94 | + $response = $this->applyBehaviours($behaviours, $response); |
|
95 | 95 | //end of business logic |
96 | 96 | |
97 | 97 | return $response; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @author stev leibelt <[email protected]> |
|
4 | - * @since 2015-12-08 |
|
5 | - */ |
|
3 | + * @author stev leibelt <[email protected]> |
|
4 | + * @since 2015-12-08 |
|
5 | + */ |
|
6 | 6 | namespace Net\Bazzline\Component\Curl\ResponseBehaviour; |
7 | 7 | |
8 | 8 | use Exception; |
@@ -26,7 +26,7 @@ |
||
26 | 26 | $this->getDefaultHeaderLines() |
27 | 27 | ); |
28 | 28 | |
29 | - $defaultOptions = $this->createDefaultOptions( |
|
29 | + $defaultOptions = $this->createDefaultOptions( |
|
30 | 30 | $this->getDefaultRawOptions(), |
31 | 31 | $this->getDefaultOptions() |
32 | 32 | ); |