Completed
Push — master ( d034a3...d940a0 )
by Michael
03:25
created
htdocs/modules/extgallery/class/plugins/plugin.tag.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 /**
3 3
  * @param $items
4 4
  *
5
- * @return bool
5
+ * @return false|null
6 6
  */
7 7
 function extgallery_tag_iteminfo(&$items)
8 8
 {
Please login to merge, or discard this patch.
htdocs/modules/extgallery/class/publicecard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     /**
78 78
      * @param $data
79 79
      *
80
-     * @return bool
80
+     * @return false|null
81 81
      */
82 82
     public function createEcard($data)
83 83
     {
Please login to merge, or discard this patch.
htdocs/modules/extgallery/include/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
  * @author      Zoullou (http://www.zoullou.net)
15 15
  * @package     ExtGallery
16 16
  * @version     $Id: functions.php 8088 2011-11-06 09:38:12Z beckmi $
17
- * @param $option
17
+ * @param string $option
18 18
  * @return bool
19 19
  */
20 20
 
Please login to merge, or discard this patch.
modules/extgallery/assets/js/ml-slider/inc/slider/metaslider.nivo.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      * and if so, the name to use for the setting in the Javascript parameters
15 15
      *
16 16
      * @param $param
17
-     * @return false or parameter name (parameter supported)
17
+     * @return string|false or parameter name (parameter supported)
18 18
      */
19 19
     protected function get_param($param)
20 20
     {
Please login to merge, or discard this patch.
htdocs/modules/extgallery/class/publiccat.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     /**
78 78
      * @param $data
79 79
      *
80
-     * @return bool
80
+     * @return false|null
81 81
      */
82 82
     public function createEcard($data)
83 83
     {
Please login to merge, or discard this patch.