mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #40865 from nextcloud/bugfix/noid/fix-version-comment
Fix version number in ITimeFactory after it was delayed
This commit is contained in:
commit
356c2219bc
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue