Skip to content

Commit 699ec82

Browse files
committed
Fix style
1 parent 815bb4a commit 699ec82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Zend/Locale/Format.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ public static function getDate($date, array $options = [])
11841184

11851185
/**
11861186
* Returns if the given datestring contains all date parts from the given format.
1187-
* If no format is given, the default date format from the locale is used
1187+
* If no format is given, the default date format from the locale is used.
11881188
*
11891189
* @param string $date Date string
11901190
* @param array $options Options: format_type, fix_date, locale, date_format. See {@link setOptions()} for details.

0 commit comments

Comments
 (0)