@@ -1083,7 +1083,7 @@ public function endOfWeek(): ChronosInterface
10831083 * to indicate the desired dayOfWeek, ex. ChronosInterface::MONDAY.
10841084 *
10851085 * @param int|null $dayOfWeek The day of the week to move to.
1086- * @return mixed
1086+ * @return static
10871087 */
10881088 public function next (?int $ dayOfWeek = null )
10891089 {
@@ -1103,7 +1103,7 @@ public function next(?int $dayOfWeek = null)
11031103 * to indicate the desired dayOfWeek, ex. ChronosInterface::MONDAY.
11041104 *
11051105 * @param int|null $dayOfWeek The day of the week to move to.
1106- * @return mixed
1106+ * @return static
11071107 */
11081108 public function previous (?int $ dayOfWeek = null )
11091109 {
@@ -1123,7 +1123,7 @@ public function previous(?int $dayOfWeek = null)
11231123 * to indicate the desired dayOfWeek, ex. ChronosInterface::MONDAY.
11241124 *
11251125 * @param int|null $dayOfWeek The day of the week to move to.
1126- * @return mixed
1126+ * @return static
11271127 */
11281128 public function firstOfMonth (?int $ dayOfWeek = null )
11291129 {
@@ -1139,7 +1139,7 @@ public function firstOfMonth(?int $dayOfWeek = null)
11391139 * to indicate the desired dayOfWeek, ex. ChronosInterface::MONDAY.
11401140 *
11411141 * @param int|null $dayOfWeek The day of the week to move to.
1142- * @return mixed
1142+ * @return static
11431143 */
11441144 public function lastOfMonth (?int $ dayOfWeek = null )
11451145 {
@@ -1156,7 +1156,7 @@ public function lastOfMonth(?int $dayOfWeek = null)
11561156 *
11571157 * @param int $nth The offset to use.
11581158 * @param int $dayOfWeek The day of the week to move to.
1159- * @return mixed
1159+ * @return static|false
11601160 */
11611161 public function nthOfMonth (int $ nth , int $ dayOfWeek )
11621162 {
@@ -1174,7 +1174,7 @@ public function nthOfMonth(int $nth, int $dayOfWeek)
11741174 * to indicate the desired dayOfWeek, ex. ChronosInterface::MONDAY.
11751175 *
11761176 * @param int|null $dayOfWeek The day of the week to move to.
1177- * @return mixed
1177+ * @return static
11781178 */
11791179 public function firstOfQuarter (?int $ dayOfWeek = null )
11801180 {
@@ -1191,7 +1191,7 @@ public function firstOfQuarter(?int $dayOfWeek = null)
11911191 * to indicate the desired dayOfWeek, ex. ChronosInterface::MONDAY.
11921192 *
11931193 * @param int|null $dayOfWeek The day of the week to move to.
1194- * @return mixed
1194+ * @return static
11951195 */
11961196 public function lastOfQuarter (?int $ dayOfWeek = null )
11971197 {
@@ -1209,7 +1209,7 @@ public function lastOfQuarter(?int $dayOfWeek = null)
12091209 *
12101210 * @param int $nth The offset to use.
12111211 * @param int $dayOfWeek The day of the week to move to.
1212- * @return mixed
1212+ * @return static|false
12131213 */
12141214 public function nthOfQuarter (int $ nth , int $ dayOfWeek )
12151215 {
@@ -1228,7 +1228,7 @@ public function nthOfQuarter(int $nth, int $dayOfWeek)
12281228 * to indicate the desired dayOfWeek, ex. ChronosInterface::MONDAY.
12291229 *
12301230 * @param int|null $dayOfWeek The day of the week to move to.
1231- * @return mixed
1231+ * @return static
12321232 */
12331233 public function firstOfYear (?int $ dayOfWeek = null )
12341234 {
@@ -1244,7 +1244,7 @@ public function firstOfYear(?int $dayOfWeek = null)
12441244 * to indicate the desired dayOfWeek, ex. ChronosInterface::MONDAY.
12451245 *
12461246 * @param int|null $dayOfWeek The day of the week to move to.
1247- * @return mixed
1247+ * @return static
12481248 */
12491249 public function lastOfYear (?int $ dayOfWeek = null )
12501250 {
@@ -1261,7 +1261,7 @@ public function lastOfYear(?int $dayOfWeek = null)
12611261 *
12621262 * @param int $nth The offset to use.
12631263 * @param int $dayOfWeek The day of the week to move to.
1264- * @return mixed
1264+ * @return static|false
12651265 */
12661266 public function nthOfYear (int $ nth , int $ dayOfWeek )
12671267 {
0 commit comments