diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-18 22:22:51 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-18 22:22:51 +0200 |
commit | 1274d6116dc59a8238ad9d02d467260387fe2eac (patch) | |
tree | 8509cac611bd32ebff26f7bbedfb6eaf2ed33e2c /tests | |
parent | 09d043729a41a0e8966ed3bb81567ed1009a37b6 (diff) | |
download | nextcloud-server-1274d6116dc59a8238ad9d02d467260387fe2eac.tar.gz nextcloud-server-1274d6116dc59a8238ad9d02d467260387fe2eac.zip |
updating php docs
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/cache.php | 2 |
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; |