Completed
Push — master ( d9739a...b3b9ba )
by Daniel
02:37
created
source/CommonCode.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.