Merge pull request #21620 from owncloud/fix-wrong-classname-in-phpdoc

fix wrong class name in phpdoc
This commit is contained in:
Thomas Müller 2016-01-13 10:34:07 +01:00
commit 1e0ea46e9e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class SystemTagPlugin extends \Test\TestCase {
private $tagManager;
/**
* @var \OCA\DAV\Connector\Sabre\TagsPlugin
* @var \OCA\DAV\SystemTag\SystemTagPlugin
*/
private $plugin;