Completed
Push — 1.11.x ( 518476...344d9e )
by José
55:02 queued 28:13
created
plugin/buycourses/src/Requests/Auth.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -21,15 +21,15 @@
 block discarded – undo
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
Please login to merge, or discard this patch.