summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-09-18 22:22:51 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-09-18 22:22:51 +0200
commit1274d6116dc59a8238ad9d02d467260387fe2eac (patch)
tree8509cac611bd32ebff26f7bbedfb6eaf2ed33e2c /tests
parent09d043729a41a0e8966ed3bb81567ed1009a37b6 (diff)
downloadnextcloud-server-1274d6116dc59a8238ad9d02d467260387fe2eac.tar.gz
nextcloud-server-1274d6116dc59a8238ad9d02d467260387fe2eac.zip
updating php docs
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cache.php b/tests/lib/cache.php
index 3dcf39f7d60..8fefa25f65d 100644
--- a/tests/lib/cache.php
+++ b/tests/lib/cache.php
@@ -8,7 +8,7 @@
abstract class Test_Cache extends PHPUnit_Framework_TestCase {
/**
- * @var OC_Cache cache;
+ * @var \OC\Cache cache;
*/
protected $instance;