@@ -153,7 +153,6 @@ discard block |
||
| 153 | 153 | /** |
| 154 | 154 | * Normalize quartar. |
| 155 | 155 | * |
| 156 | - * @param int|null $quarter |
|
| 157 | 156 | * |
| 158 | 157 | * @return int |
| 159 | 158 | */ |
@@ -237,7 +236,7 @@ discard block |
||
| 237 | 236 | /** |
| 238 | 237 | * Get the End of the given day. |
| 239 | 238 | * |
| 240 | - * @param int|string|\DateTimeInterface|null $dateInformation |
|
| 239 | + * @param \DateTime $dateInformation |
|
| 241 | 240 | * |
| 242 | 241 | * @return \DateTime |
| 243 | 242 | */ |