Completed
Branch master (205409)
by Timothy
02:36
created
src/API/Kitsu/KitsuTrait.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -35,16 +35,16 @@
 block discarded – undo
35 35
 	protected $requestBuilder;
36 36
 	
37 37
 	/**
38
-     * The Guzzle http client object
39
-     * @var object
40
-     */
41
-    protected $client;
42
-
43
-    /**
44
-     * Cookie jar object for api requests
45
-     * @var object
46
-     */
47
-    protected $cookieJar;
38
+	 * The Guzzle http client object
39
+	 * @var object
40
+	 */
41
+	protected $client;
42
+
43
+	/**
44
+	 * Cookie jar object for api requests
45
+	 * @var object
46
+	 */
47
+	protected $cookieJar;
48 48
 
49 49
 	/**
50 50
 	 * The base url for api requests
Please login to merge, or discard this patch.