diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2023-10-16 08:01:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-16 08:01:09 +0200 |
commit | 356c2219bc935526ee0f304e28695552e4f0827e (patch) | |
tree | d274572a48413a524efb807f0fb80cabf685a33a /lib/private/AppFramework | |
parent | a724fd4e9c7aa3d7f9dec2cc898eae41da4956e2 (diff) | |
parent | 0a4fbaddc7dfd1f2d6c229c302c07cb55c099bd7 (diff) | |
download | nextcloud-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.php | 2 |
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 { |