1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2025-02-21 10:54:14 +01:00

Fix a typo in method comment

fix #2
This commit is contained in:
rlanvin 2016-02-18 16:52:41 +02:00
parent 27f6550b33
commit 897f08d736

View File

@ -980,7 +980,7 @@ class RRule implements \Iterator, \ArrayAccess, \Countable
* Convert any date into a DateTime object.
* @throws InvalidArgumentException on error
* @param mixed $date
* @return DaeTime
* @return DateTime
*/
static public function parseDate($date)
{