aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Utility
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-11 12:14:41 +0200
committerJoas Schilling <coding@schilljs.com>2023-10-11 12:14:41 +0200
commit0a4fbaddc7dfd1f2d6c229c302c07cb55c099bd7 (patch)
tree301a023e42d0d339500bc66ce207d696fdc4ba9d /lib/private/AppFramework/Utility
parent04db454e9fc57483595e90dee348904acd4315ca (diff)
downloadnextcloud-server-0a4fbaddc7dfd1f2d6c229c302c07cb55c099bd7.tar.gz
nextcloud-server-0a4fbaddc7dfd1f2d6c229c302c07cb55c099bd7.zip
Fix version number in ITimeFactory after it was delayed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/AppFramework/Utility')
-rw-r--r--lib/private/AppFramework/Utility/TimeFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/AppFramework/Utility/TimeFactory.php b/lib/private/AppFramework/Utility/TimeFactory.php
index 1e4655dd1cd..2763751132c 100644
--- a/lib/private/AppFramework/Utility/TimeFactory.php
+++ b/lib/private/AppFramework/Utility/TimeFactory.php
@@ -34,7 +34,7 @@ use OCP\AppFramework\Utility\ITimeFactory;
* 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 Implements the \Psr\Clock\ClockInterface interface
* @ref https://www.php-fig.org/psr/psr-20/#21-clockinterface
*/
class TimeFactory implements ITimeFactory {