@@ -2,7 +2,7 @@ |
||
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 | { |
@@ -77,7 +77,7 @@ |
||
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 | { |
@@ -14,7 +14,7 @@ |
||
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 |
@@ -14,7 +14,7 @@ |
||
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 | { |
@@ -77,7 +77,7 @@ |
||
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 | { |