|
@@ -99,8 +99,8 @@ |
|
|
block discarded – undo |
|
99
|
99
|
* Returns value if it's not empty, otherwise the default |
|
100
|
100
|
* |
|
101
|
101
|
* @param mixed $check_value The variable to check |
|
102
|
|
- * @param mixed $value The value if $check_value is not empty |
|
103
|
|
- * @param mixed $default The default value to use if variable is empty |
|
|
102
|
+ * @param string $value The value if $check_value is not empty |
|
|
103
|
+ * @param string $default The default value to use if variable is empty |
|
104
|
104
|
* @return mixed Value if $check_value is not empty, default value if not |
|
105
|
105
|
* @access protected |
|
106
|
106
|
*/ |
Please login to merge, or discard this patch.