@@ -35,16 +35,16 @@ |
||
| 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 |