Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Fix typo on docblock and add exception tag to it
Browse files Browse the repository at this point in the history
  • Loading branch information
meysampg committed Dec 6, 2017
1 parent 8d9bb9b commit bfa0087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IntlDateTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,8 @@ public function guessDateTime($timestring)
* missing pieces of information, a corresponded part from 1970/1/Jan., 00:00:00
* will be replaced.
*
* @return An `IntlDateFormatter` compitiable array.
* @return array An `IntlDateFormatter` compatible array.
* @throws Exception
*/
private function parseDateTime($datetimeArray)
{
Expand Down

0 comments on commit bfa0087

Please sign in to comment.