summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-11 12:14:41 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-10-16 06:15:34 +0000
commit96127d4997a1fb4d42bece503446d7093dd80f46 (patch)
treee39dd64aa381a89090b17e2f7958d77df331285a /lib/public
parent830b2c5c282b178d094489801203f947bfc5391b (diff)
downloadnextcloud-server-96127d4997a1fb4d42bece503446d7093dd80f46.tar.gz
nextcloud-server-96127d4997a1fb4d42bece503446d7093dd80f46.zip
Fix version number in ITimeFactory after it was delayed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/AppFramework/Utility/ITimeFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/AppFramework/Utility/ITimeFactory.php b/lib/public/AppFramework/Utility/ITimeFactory.php
index d4f74c9d107..23f67d3dc38 100644
--- a/lib/public/AppFramework/Utility/ITimeFactory.php
+++ b/lib/public/AppFramework/Utility/ITimeFactory.php
@@ -33,7 +33,7 @@ use Psr\Clock\ClockInterface;
* Use this to get a timestamp or DateTime object in code to remain testable
*
* @since 8.0.0
- * @since 26.0.0 Extends the \Psr\Clock\ClockInterface interface
+ * @since 27.0.0 Extends the \Psr\Clock\ClockInterface interface
* @ref https://www.php-fig.org/psr/psr-20/#21-clockinterface
*/