@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | /** |
| 137 | 137 | * Returns the date as an associative array (helper method). |
| 138 | 138 | * |
| 139 | - * @param mixed $stamp timestamp (leave empty for current timestamp) |
|
| 139 | + * @param integer $stamp timestamp (leave empty for current timestamp) |
|
| 140 | 140 | * |
| 141 | 141 | * @return array |
| 142 | 142 | */ |
@@ -242,7 +242,7 @@ discard block |
||
| 242 | 242 | * |
| 243 | 243 | * @param array $sDates array containing Calendar objects to select (optional) |
| 244 | 244 | * |
| 245 | - * @return bool |
|
| 245 | + * @return boolean|null |
|
| 246 | 246 | * @abstract |
| 247 | 247 | */ |
| 248 | 248 | public function build($sDates = []) |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | public $entries = []; |
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | - * @param $calendar |
|
| 28 | + * @param Calendar_Day $calendar |
|
| 29 | 29 | */ |
| 30 | 30 | public function __construct($calendar) |
| 31 | 31 | { |