summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2014-03-16 19:43:40 +0000
committerChristopher Smith <chris@jalakai.co.uk>2014-03-16 19:43:40 +0000
commit5f3da53e253bc878946671173feef853a48604b8 (patch)
treedfbe81b4cc99297d93842dda9f52c62347c11698 /_test
parentb23560022e3a99310a04296b3c385325e7abb747 (diff)
downloadrpg-5f3da53e253bc878946671173feef853a48604b8.tar.gz
rpg-5f3da53e253bc878946671173feef853a48604b8.tar.bz2
put PHPDocs comment back the way it should be
Diffstat (limited to '_test')
-rw-r--r--_test/tests/inc/cache_use.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/cache_use.test.php b/_test/tests/inc/cache_use.test.php
index 292f5c975..c54a472a3 100644
--- a/_test/tests/inc/cache_use.test.php
+++ b/_test/tests/inc/cache_use.test.php
@@ -6,7 +6,7 @@
* Tests if caching can actually be used
*/
class cache_use_test extends DokuWikiTest {
- /** @var cache_parser $cache */
+ /** @var cache_renderer $cache */
private $cache;
function setUp() {