@@ -168,7 +168,7 @@ discard block |
||
| 168 | 168 | * |
| 169 | 169 | * @param string $fullURL |
| 170 | 170 | * @param array $features |
| 171 | - * @return blob |
|
| 171 | + * @return string |
|
| 172 | 172 | */ |
| 173 | 173 | protected function getContentFromUrlThroughCurl($fullURL, $features = null) |
| 174 | 174 | { |
@@ -464,8 +464,7 @@ discard block |
||
| 464 | 464 | * |
| 465 | 465 | * @param type $sourcePath |
| 466 | 466 | * @param type $targetPath |
| 467 | - * @param type $overwrite |
|
| 468 | - * @return type |
|
| 467 | + * @return string |
|
| 469 | 468 | */ |
| 470 | 469 | protected function moveFilesIntoTargetFolder($sourcePath, $targetPath) |
| 471 | 470 | { |
@@ -632,7 +631,7 @@ discard block |
||
| 632 | 631 | * |
| 633 | 632 | * @param float $fAbove |
| 634 | 633 | * @param float $fBelow |
| 635 | - * @param mixed $mArguments |
|
| 634 | + * @param integer $mArguments |
|
| 636 | 635 | * @return decimal |
| 637 | 636 | */ |
| 638 | 637 | protected function setDividedResult($fAbove, $fBelow, $mArguments = 0) |
@@ -656,7 +655,7 @@ discard block |
||
| 656 | 655 | /** |
| 657 | 656 | * Provides a list of all known JSON errors and their description |
| 658 | 657 | * |
| 659 | - * @return type |
|
| 658 | + * @return null|string |
|
| 660 | 659 | */ |
| 661 | 660 | private function setJsonErrorInPlainEnglish() |
| 662 | 661 | { |