@@ -372,7 +372,7 @@ |
||
| 372 | 372 | * |
| 373 | 373 | * @access protected |
| 374 | 374 | * @param mixed $var The variable to test |
| 375 | - * @param mixed $default The default value to use |
|
| 375 | + * @param false|string $default The default value to use |
|
| 376 | 376 | * @return mixed The value of the variable if set, otherwise default value |
| 377 | 377 | */ |
| 378 | 378 | protected function isset_or_default($var, $default) |