summaryrefslogtreecommitdiffstats
path: root/lib/legacy
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-07-02 00:15:42 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-07-02 00:15:42 +0200
commite789e056759aedb93d9eba3a8598acea67c842c6 (patch)
tree584c24d7f31292ec054a3769353e450e58eb4681 /lib/legacy
parentbb07dde9881368f5727133b73f6017deae4ff18d (diff)
downloadnextcloud-server-e789e056759aedb93d9eba3a8598acea67c842c6.tar.gz
nextcloud-server-e789e056759aedb93d9eba3a8598acea67c842c6.zip
on unit test use @expectedException
some phpdoc added
Diffstat (limited to 'lib/legacy')
-rw-r--r--lib/legacy/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/legacy/config.php b/lib/legacy/config.php
index f68d7c31b25..5294a48ea44 100644
--- a/lib/legacy/config.php
+++ b/lib/legacy/config.php
@@ -41,6 +41,9 @@
OC_Config::$object = new \OC\Config(OC::$SERVERROOT.'/config/');
class OC_Config {
+ /**
+ * @var \OC\Config
+ */
public static $object;
/**