@@ -21,15 +21,15 @@ |
||
21 | 21 | * @since 1.6 |
22 | 22 | */ |
23 | 23 | interface Requests_Proxy { |
24 | - /** |
|
25 | - * Register hooks as needed |
|
26 | - * |
|
27 | - * This method is called in {@see Requests::request} when the user has set |
|
28 | - * an instance as the 'auth' option. Use this callback to register all the |
|
29 | - * hooks you'll need. |
|
30 | - * |
|
31 | - * @see Requests_Hooks::register |
|
32 | - * @param Requests_Hooks $hooks Hook system |
|
33 | - */ |
|
34 | - public function register(Requests_Hooks &$hooks); |
|
24 | + /** |
|
25 | + * Register hooks as needed |
|
26 | + * |
|
27 | + * This method is called in {@see Requests::request} when the user has set |
|
28 | + * an instance as the 'auth' option. Use this callback to register all the |
|
29 | + * hooks you'll need. |
|
30 | + * |
|
31 | + * @see Requests_Hooks::register |
|
32 | + * @param Requests_Hooks $hooks Hook system |
|
33 | + */ |
|
34 | + public function register(Requests_Hooks &$hooks); |
|
35 | 35 | } |
36 | 36 | \ No newline at end of file |