diff options
author | blizzz <blizzz@owncloud.com> | 2016-01-11 15:15:21 +0100 |
---|---|---|
committer | blizzz <blizzz@owncloud.com> | 2016-01-11 15:15:21 +0100 |
commit | 89e5556c60d96dcf58fc0031079e74d5eae244c9 (patch) | |
tree | bd7397854397624105e55bdffafe89a6c33cb0b7 /apps | |
parent | 31435552566833f5c5c354f5a5b611d5a6208a68 (diff) | |
download | nextcloud-server-89e5556c60d96dcf58fc0031079e74d5eae244c9.tar.gz nextcloud-server-89e5556c60d96dcf58fc0031079e74d5eae244c9.zip |
fix wrong class name in phpdoc
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/tests/unit/systemtag/systemtagplugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/systemtag/systemtagplugin.php b/apps/dav/tests/unit/systemtag/systemtagplugin.php index 48c9aa69f7b..e5de5c7047d 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; |