From a7f3e3bec50762f2083f70672a0ba3db533fc8bb Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 4 Mar 2016 21:11:12 -0500 Subject: PHPdoc cleanup --- app/Core/Csv.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/Core/Csv.php') 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) { -- cgit v1.2.3