mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Fix version number in ITimeFactory after it was delayed
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
04db454e9f
commit
0a4fbaddc7
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