@@ -247,7 +247,7 @@ |
||
247 | 247 | /** |
248 | 248 | * Which months follows this one? Calendars with leap-months should provide their own implementation. |
249 | 249 | * |
250 | - * @return int[] |
|
250 | + * @return integer[] |
|
251 | 251 | */ |
252 | 252 | protected function nextMonth() { |
253 | 253 | if ($this->m == 6 && !$this->isLeapYear()) { |
@@ -842,7 +842,7 @@ |
||
842 | 842 | /** |
843 | 843 | * Which months follows this one? Calendars with leap-months should provide their own implementation. |
844 | 844 | * |
845 | - * @return int[] |
|
845 | + * @return integer[] |
|
846 | 846 | */ |
847 | 847 | protected function nextMonth() { |
848 | 848 | return [$this->m === $this->calendar->monthsInYear() ? $this->nextYear($this->y) : $this->y, ($this->m % $this->calendar->monthsInYear()) + 1]; |
@@ -118,7 +118,6 @@ discard block |
||
118 | 118 | /** |
119 | 119 | * Format a name record |
120 | 120 | * |
121 | - * @param int $primary |
|
122 | 121 | * @param Fact $fact |
123 | 122 | * |
124 | 123 | * @return string |
@@ -216,7 +215,6 @@ discard block |
||
216 | 215 | /** |
217 | 216 | * print information for a sex record |
218 | 217 | * |
219 | - * @param Fact $event the Event object |
|
220 | 218 | * |
221 | 219 | * @return string |
222 | 220 | */ |