@@ -35,9 +35,9 @@ abstract class Minutes
3535 const YEAR_IN_MINUTES = self ::DAY_IN_MINUTES * 365 ;
3636
3737 /**
38- * Returns the given number of hours represented in seconds .
38+ * Returns the given number of hours represented in minutes .
3939 *
40- * @param int $hours The value to covert to seconds .
40+ * @param int $hours The value to covert to minutes .
4141 *
4242 * @return int
4343 */
@@ -47,9 +47,9 @@ public static function inHours(int $hours) : int
4747 }
4848
4949 /**
50- * Returns the given number of days represented in seconds .
50+ * Returns the given number of days represented in minutes .
5151 *
52- * @param int $days The value to covert to seconds .
52+ * @param int $days The value to covert to minutes .
5353 *
5454 * @return int
5555 */
@@ -59,9 +59,9 @@ public static function inDays(int $days) : int
5959 }
6060
6161 /**
62- * Returns the given number of weeks represented in seconds .
62+ * Returns the given number of weeks represented in minutes .
6363 *
64- * @param int $weeks The value to covert to seconds .
64+ * @param int $weeks The value to covert to minutes .
6565 *
6666 * @return int
6767 */
@@ -71,9 +71,9 @@ public static function inWeeks(int $weeks) : int
7171 }
7272
7373 /**
74- * Returns the given number of months represented in seconds .
74+ * Returns the given number of months represented in minutes .
7575 *
76- * @param int $months The value to covert to seconds .
76+ * @param int $months The value to covert to minutes .
7777 *
7878 * @return int
7979 */
@@ -83,9 +83,9 @@ public static function inMonths(int $months) : int
8383 }
8484
8585 /**
86- * Returns the given number of years represented in seconds .
86+ * Returns the given number of years represented in minutes .
8787 *
88- * @param int $years The value to covert to seconds .
88+ * @param int $years The value to covert to minutes .
8989 *
9090 * @return int
9191 */
0 commit comments