aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-07-29 11:37:57 +0200
committerGitHub <noreply@github.com>2024-07-29 11:37:57 +0200
commit13d2b676743c6d132b361fd0ff5923bc1f1897c0 (patch)
tree80f3b50ac97f56e37bfe5b531105eddc0005e956 /build
parent3a7c18b44022a089a9fdaacd223068f22ac5b0b2 (diff)
parentdd08f9320249d8ac7bf96f338a5be70d60af1dce (diff)
downloadnextcloud-server-13d2b676743c6d132b361fd0ff5923bc1f1897c0.tar.gz
nextcloud-server-13d2b676743c6d132b361fd0ff5923bc1f1897c0.zip
Merge pull request #46834 from withbest/master
chore: fix some comments
Diffstat (limited to 'build')
-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
*/