1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-21 15:59:52 +01:00

Merge pull request #289 from stof/patch-1

Fixed phpdoc for DateTime magic methods
This commit is contained in:
Francois Zaninotto 2014-03-26 18:22:53 +01:00
commit 991e39d280

View File

@ -59,13 +59,13 @@ namespace Faker;
* @property string ipv6
*
* @property int unixTime
* @property string dateTime
* @property string dateTimeAD
* @property \DateTime dateTime
* @property \DateTime dateTimeAD
* @property string iso8601
* @property string dateTimeThisCentury
* @property string dateTimeThisDecade
* @property string dateTimeThisYear
* @property string dateTimeThisMonth
* @property \DateTime dateTimeThisCentury
* @property \DateTime dateTimeThisDecade
* @property \DateTime dateTimeThisYear
* @property \DateTime dateTimeThisMonth
* @property string amPm
* @property int dayOfMonth
* @property int dayOfWeek
@ -76,7 +76,7 @@ namespace Faker;
* @property string timezone
* @method string date()
* @method string time()
* @method string dateTimeBetween()
* @method \DateTime dateTimeBetween()
*
* @property string md5
* @property string sha1