aboutsummaryrefslogtreecommitdiffstats
path: root/build/stubs
diff options
context:
space:
mode:
authorwithbest <seekseat@outlook.com>2024-07-29 14:43:27 +0800
committerwithbest <seekseat@outlook.com>2024-07-29 14:43:27 +0800
commitdd08f9320249d8ac7bf96f338a5be70d60af1dce (patch)
treea1c45c5f1663e72a8591ad6e0d57bc2a05c7e7b6 /build/stubs
parent8f235982c9d4380065ba2568b6185c4ceefaa9fa (diff)
downloadnextcloud-server-dd08f9320249d8ac7bf96f338a5be70d60af1dce.tar.gz
nextcloud-server-dd08f9320249d8ac7bf96f338a5be70d60af1dce.zip
chore: fix some comments
Signed-off-by: withbest <seekseat@outlook.com>
Diffstat (limited to 'build/stubs')
-rw-r--r--build/stubs/intl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/stubs/intl.php b/build/stubs/intl.php
index 08e0c719338..bd7be7a74da 100644
--- a/build/stubs/intl.php
+++ b/build/stubs/intl.php
@@ -2751,7 +2751,7 @@ class IntlCalendar {
* <b>IntlCalendar::DOW_SATURDAY</b>.
* </p>
* @return int
- * The number of milliseconds into the day at which the the weekend begins or
+ * The number of milliseconds into the day at which the weekend begins or
* ends or <b>FALSE</b> on failure.
*/
public function getWeekendTransition($dayOfWeek) { }
@@ -5229,7 +5229,7 @@ function intlcal_get_type($calendar) { }
* <b>IntlCalendar::DOW_SATURDAY</b>.
* </p>
* @return int
- * The number of milliseconds into the day at which the the weekend begins or
+ * The number of milliseconds into the day at which the weekend begins or
* ends or <b>FALSE</b> on failure.
* @since 5.5
*/