@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | /** |
| 81 | 81 | * Make the call to Eventbrite, only synchronous calls at present. |
| 82 | 82 | * |
| 83 | - * @param $http_method |
|
| 83 | + * @param string $http_method |
|
| 84 | 84 | * @param $endpoint |
| 85 | 85 | * @param array $options |
| 86 | 86 | * |
@@ -160,7 +160,7 @@ discard block |
||
| 160 | 160 | /** |
| 161 | 161 | * Checks a string to see if it's JSON. True if it is, false if it's not. |
| 162 | 162 | * |
| 163 | - * @param $string |
|
| 163 | + * @param string $string |
|
| 164 | 164 | * |
| 165 | 165 | * @return bool |
| 166 | 166 | */ |
@@ -194,7 +194,7 @@ discard block |
||
| 194 | 194 | /** |
| 195 | 195 | * Wrapper shortcut on the call method for "GET" requests. |
| 196 | 196 | * |
| 197 | - * @param $endpoint |
|
| 197 | + * @param string $endpoint |
|
| 198 | 198 | * @param array $options |
| 199 | 199 | * |
| 200 | 200 | * @return array|mixed|\Psr\Http\Message\ResponseInterface |