summaryrefslogtreecommitdiffstats
path: root/lib/public/appframework/utility/itimefactory.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/appframework/utility/itimefactory.php')
-rw-r--r--lib/public/appframework/utility/itimefactory.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/appframework/utility/itimefactory.php b/lib/public/appframework/utility/itimefactory.php
index 54013adfbf4..6fe2fab2557 100644
--- a/lib/public/appframework/utility/itimefactory.php
+++ b/lib/public/appframework/utility/itimefactory.php
@@ -26,11 +26,13 @@ namespace OCP\AppFramework\Utility;
/**
* Needed to mock calls to time()
+ * @since 8.0.0
*/
interface ITimeFactory {
/**
* @return int the result of a call to time()
+ * @since 8.0.0
*/
public function getTime();