@@ -35,6 +35,6 @@ |
||
35 | 35 | return $input; |
36 | 36 | } |
37 | 37 | |
38 | - return ! empty($input) ? current($input) : $default; |
|
38 | + return !empty($input) ? current($input) : $default; |
|
39 | 39 | } |
40 | 40 | } |