From 57c651f3dd5468a8c3f38d1422401a2a3f4f1372 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 13 Apr 2017 13:08:58 +0000 Subject: [PATCH] convert: domci correction git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3524 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- convert.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convert.php b/convert.php index 4853b90..9a02ddb 100644 --- a/convert.php +++ b/convert.php @@ -15,8 +15,8 @@ class convert * @param string $inputDate The date to modify * @param string $inputFormat The input format of the date * @param string $outputFormat The output format of the date - * @param bool|null $exception If set, generate an exception if the provided - * date is invalid + * @param boolean|null $exception If set, generate an exception if the + * provided date is invalid * @return string */ public static function convertDate ($inputDate, $inputFormat, $outputFormat,