@@ -23,8 +23,8 @@ |
||
| 23 | 23 | * Encode data in json format |
| 24 | 24 | * |
| 25 | 25 | * @param mixed $data |
| 26 | - * @param int $options=0 |
|
| 27 | - * @param int $depth=512 |
|
| 26 | + * @param int $options |
|
| 27 | + * @param int $depth |
|
| 28 | 28 | * @return string |
| 29 | 29 | */ |
| 30 | 30 | public static function encode($data, $options = 0, $depth = 512) |
@@ -171,7 +171,6 @@ |
||
| 171 | 171 | /** |
| 172 | 172 | * Search for a manga to add to the list |
| 173 | 173 | * |
| 174 | - * @param string $query |
|
| 175 | 174 | * @return void |
| 176 | 175 | */ |
| 177 | 176 | public function search() |
@@ -50,6 +50,9 @@ |
||
| 50 | 50 | */ |
| 51 | 51 | protected $base_url = "https://hummingbird.me/"; |
| 52 | 52 | |
| 53 | + /** |
|
| 54 | + * @param string $type |
|
| 55 | + */ |
|
| 53 | 56 | protected function _auth_json_call($type, $url, $json) |
| 54 | 57 | { |
| 55 | 58 | $token = $this->container->get('auth') |