@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | * |
| 42 | 42 | * @param type $sourcePath |
| 43 | 43 | * @param type $targetPath |
| 44 | - * @return type |
|
| 44 | + * @return string |
|
| 45 | 45 | */ |
| 46 | 46 | protected function moveFilesIntoTargetFolder($sourcePath, $targetPath) |
| 47 | 47 | { |
@@ -157,7 +157,7 @@ discard block |
||
| 157 | 157 | /** |
| 158 | 158 | * Provides a list of all known JSON errors and their description |
| 159 | 159 | * |
| 160 | - * @return type |
|
| 160 | + * @return null|string |
|
| 161 | 161 | */ |
| 162 | 162 | protected function setJsonErrorInPlainEnglish() |
| 163 | 163 | { |
@@ -124,7 +124,7 @@ |
||
| 124 | 124 | $rspJsonFromClient = curl_exec($chanel); |
| 125 | 125 | $aReturn = []; |
| 126 | 126 | if (curl_errno($chanel)) { |
| 127 | - $aReturn['info'] = $this->setArrayToJson([ |
|
| 127 | + $aReturn['info'] = $this->setArrayToJson([ |
|
| 128 | 128 | '#' => curl_errno($chanel), |
| 129 | 129 | 'description' => curl_error($chanel) |
| 130 | 130 | ]); |