Skip to content

Commit 8443d1b

Browse files
authored
Merge pull request #4 from amulet1/FRAMEWORK_6_0
Add @Property block for static analyzers
2 parents 7b44dd5 + e3a118c commit 8443d1b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

lib/Horde/Date.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@
6060
* @copyright 2004-2017 Horde LLC
6161
* @license http://www.horde.org/licenses/lgpl21 LGPL
6262
* @package Date
63+
*
64+
* @property int $year The year (4 digits)
65+
* @property int $month The month (1-12)
66+
* @property int $mday The day of the month (1-31)
67+
* @property int $day Alias for mday - the day of the month (1-31)
68+
* @property int $hour The hour (0-23)
69+
* @property int $min The minute (0-59)
70+
* @property int $sec The second (0-59)
71+
* @property string $timezone The timezone identifier (e.g., 'America/New_York')
6372
*/
6473
class Horde_Date
6574
{

0 commit comments

Comments
 (0)