aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-10-16 08:01:09 +0200
committerGitHub <noreply@github.com>2023-10-16 08:01:09 +0200
commit356c2219bc935526ee0f304e28695552e4f0827e (patch)
treed274572a48413a524efb807f0fb80cabf685a33a /lib/private/AppFramework
parenta724fd4e9c7aa3d7f9dec2cc898eae41da4956e2 (diff)
parent0a4fbaddc7dfd1f2d6c229c302c07cb55c099bd7 (diff)
downloadnextcloud-server-356c2219bc935526ee0f304e28695552e4f0827e.tar.gz
nextcloud-server-356c2219bc935526ee0f304e28695552e4f0827e.zip
Merge pull request #40865 from nextcloud/bugfix/noid/fix-version-comment
Fix version number in ITimeFactory after it was delayed
Diffstat (limited to 'lib/private/AppFramework')
-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 {