Completed
Push — master ( d1f73f...c68144 )
by Daniel
06:36
created
source/CommonCode.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
      *
168 168
      * @param string $fullURL
169 169
      * @param array $features
170
-     * @return blob
170
+     * @return string
171 171
      */
172 172
     protected function getContentFromUrlThroughCurl($fullURL, $features = null)
173 173
     {
@@ -463,8 +463,7 @@  discard block
 block discarded – undo
463 463
      *
464 464
      * @param type $sourcePath
465 465
      * @param type $targetPath
466
-     * @param type $overwrite
467
-     * @return type
466
+     * @return string
468 467
      */
469 468
     protected function moveFilesIntoTargetFolder($sourcePath, $targetPath)
470 469
     {
@@ -631,7 +630,7 @@  discard block
 block discarded – undo
631 630
      *
632 631
      * @param float $fAbove
633 632
      * @param float $fBelow
634
-     * @param mixed $mArguments
633
+     * @param integer $mArguments
635 634
      * @return decimal
636 635
      */
637 636
     protected function setDividedResult($fAbove, $fBelow, $mArguments = 0)
@@ -655,7 +654,7 @@  discard block
 block discarded – undo
655 654
     /**
656 655
      * Provides a list of all known JSON errors and their description
657 656
      *
658
-     * @return type
657
+     * @return null|string
659 658
      */
660 659
     private function setJsonErrorInPlainEnglish()
661 660
     {
Please login to merge, or discard this patch.