summaryrefslogtreecommitdiffstats
path: root/lib/public/defaults.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-06-19 10:51:36 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-06-19 10:51:36 +0200
commiteddbdb8f21e9bbd1ff1a6b20140cdad93b6156d3 (patch)
tree0e45f86668128028a7de6e4fa841adb03c0edd1f /lib/public/defaults.php
parentba43ec974cf829262279c87b03cdcbd68f3e2564 (diff)
downloadnextcloud-server-eddbdb8f21e9bbd1ff1a6b20140cdad93b6156d3.tar.gz
nextcloud-server-eddbdb8f21e9bbd1ff1a6b20140cdad93b6156d3.zip
Fix missing @since tags in OCP
Diffstat (limited to 'lib/public/defaults.php')
-rw-r--r--lib/public/defaults.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/defaults.php b/lib/public/defaults.php
index 2d55a64f002..723c6ecbb78 100644
--- a/lib/public/defaults.php
+++ b/lib/public/defaults.php
@@ -48,6 +48,7 @@ class Defaults {
/**
* creates a \OC_Defaults instance which is used in all methods to retrieve the
* actual defaults
+ * @since 6.0.0
*/
function __construct() {
$this->defaults = new \OC_Defaults();