From 89e5556c60d96dcf58fc0031079e74d5eae244c9 Mon Sep 17 00:00:00 2001 From: blizzz Date: Mon, 11 Jan 2016 15:15:21 +0100 Subject: [PATCH] fix wrong class name in phpdoc --- apps/dav/tests/unit/systemtag/systemtagplugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/tests/unit/systemtag/systemtagplugin.php b/apps/dav/tests/unit/systemtag/systemtagplugin.php index 48c9aa69f7..e5de5c7047 100644 --- a/apps/dav/tests/unit/systemtag/systemtagplugin.php +++ b/apps/dav/tests/unit/systemtag/systemtagplugin.php @@ -34,7 +34,7 @@ class SystemTagPlugin extends \Test\TestCase { private $tagManager; /** - * @var \OCA\DAV\Connector\Sabre\TagsPlugin + * @var \OCA\DAV\SystemTag\SystemTagPlugin */ private $plugin;