| @@ -86,7 +86,7 @@ | ||
| 86 | 86 | * Send a POST request with raw data. | 
| 87 | 87 | * | 
| 88 | 88 | * @param string $path Request path | 
| 89 | - * @param array|string $body Request body | |
| 89 | + * @param null|string $body Request body | |
| 90 | 90 | * @param array $requestHeaders Request headers | 
| 91 | 91 | * | 
| 92 | 92 | * @return ResponseInterface | 
| @@ -745,7 +745,7 @@ | ||
| 745 | 745 | } | 
| 746 | 746 | |
| 747 | 747 | /** | 
| 748 | - * @return mixed | |
| 748 | + * @return boolean | |
| 749 | 749 | */ | 
| 750 | 750 | public function getScanningCentral() | 
| 751 | 751 |      { | 
| @@ -238,7 +238,6 @@ | ||
| 238 | 238 | /** | 
| 239 | 239 | * Create an API response object from the HTTP response from the API server. | 
| 240 | 240 | * | 
| 241 | - * @param array $data | |
| 242 | 241 | * | 
| 243 | 242 | * @return Item | 
| 244 | 243 | */ |