Completed
Push — master ( 48ec27...b869ef )
by Michael
03:51
created
htdocs/modules/extgallery/class/photoHandler.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
 
91 91
     /**
92 92
      * @param $db
93
-     * @param $type
93
+     * @param string $type
94 94
      */
95 95
     public function __construct(XoopsDatabase $db, $type)
96 96
     {
@@ -527,7 +527,7 @@  discard block
 block discarded – undo
527 527
     }
528 528
 
529 529
     /**
530
-     * @param $photoName
530
+     * @param string $photoName
531 531
      */
532 532
     public function _largePhotoTreatment($photoName)
533 533
     {
@@ -568,7 +568,7 @@  discard block
 block discarded – undo
568 568
     }
569 569
 
570 570
     /**
571
-     * @param             $photoName
571
+     * @param             string $photoName
572 572
      * @param null|string $filePath
573 573
      * @param null        $mediumFilePath
574 574
      */
@@ -652,7 +652,7 @@  discard block
 block discarded – undo
652 652
     }
653 653
 
654 654
     /**
655
-     * @param $photoName
655
+     * @param string $photoName
656 656
      *
657 657
      * @return array
658 658
      */
@@ -682,7 +682,7 @@  discard block
 block discarded – undo
682 682
     }
683 683
 
684 684
     /**
685
-     * @param $photoName
685
+     * @param string $photoName
686 686
      *
687 687
      * @return string
688 688
      */
@@ -731,7 +731,7 @@  discard block
 block discarded – undo
731 731
     }
732 732
 
733 733
     /**
734
-     * @param $photoName
734
+     * @param string $photoName
735 735
      *
736 736
      * @return float
737 737
      */
@@ -895,14 +895,14 @@  discard block
 block discarded – undo
895 895
     }
896 896
 
897 897
     /**
898
-     * @param        $catId
898
+     * @param        integer $catId
899 899
      * @param        $dirtyPhotoName
900 900
      * @param string $photoTitle
901 901
      * @param string $photoDesc
902 902
      * @param string $photoExtra
903 903
      * @param string $photoTag
904 904
      *
905
-     * @return mixed
905
+     * @return boolean
906 906
      */
907 907
     public function addLocalPhoto(
908 908
         $catId,
Please login to merge, or discard this patch.
htdocs/modules/extgallery/class/utilities.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -137,8 +137,8 @@
 block discarded – undo
137 137
     }
138 138
 
139 139
     /**
140
-     * @param $option
141
-     * @return bool|mixed
140
+     * @param string $option
141
+     * @return string
142 142
      */
143 143
     public static function getModuleOption($option)
144 144
     {
Please login to merge, or discard this patch.