diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2014-03-16 19:43:40 +0000 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2014-03-16 19:43:40 +0000 |
commit | 5f3da53e253bc878946671173feef853a48604b8 (patch) | |
tree | dfbe81b4cc99297d93842dda9f52c62347c11698 | |
parent | b23560022e3a99310a04296b3c385325e7abb747 (diff) | |
download | rpg-5f3da53e253bc878946671173feef853a48604b8.tar.gz rpg-5f3da53e253bc878946671173feef853a48604b8.tar.bz2 |
put PHPDocs comment back the way it should be
-rw-r--r-- | _test/tests/inc/cache_use.test.php | 2 |
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() { |