convert: domci correction

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3524 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-04-13 13:08:58 +00:00
parent 917c43c00a
commit 57c651f3dd

View File

@@ -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,