@@ -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; |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -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; |
@@ -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 | |
7 | 7 | namespace Net\Bazzline\Component\Curl; |
8 | 8 |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @author: stev leibelt <[email protected]> |
|
4 | - * @since: 2015-12-14 |
|
5 | - */ |
|
3 | + * @author: stev leibelt <[email protected]> |
|
4 | + * @since: 2015-12-14 |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | namespace Net\Bazzline\Component\Curl; |
8 | 8 | |
9 | 9 | interface DispatcherInterface |
10 | 10 | { /** |
11 | - * @param string $url |
|
12 | - * @param array $options |
|
13 | - * @return Response |
|
14 | - */ |
|
11 | + * @param string $url |
|
12 | + * @param array $options |
|
13 | + * @return Response |
|
14 | + */ |
|
15 | 15 | public function dispatch($url, array $options = array()); |
16 | 16 | } |