diff options
Diffstat (limited to 'app/Core/Csv.php')
-rw-r--r-- | app/Core/Csv.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Core/Csv.php b/app/Core/Csv.php index e45af24c..88010166 100644 --- a/app/Core/Csv.php +++ b/app/Core/Csv.php @@ -87,7 +87,8 @@ class Csv * * @static * @access public - * @return integer + * @param mixed $value + * @return int */ public static function getBooleanValue($value) { |