diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-13 10:34:07 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-13 10:34:07 +0100 |
commit | 1e0ea46e9edefa3caaf9380ba877f1547183ca4d (patch) | |
tree | 104b43b45921106ae07d1cda93e53a545d6c19bb /apps/dav | |
parent | b1ee51f25577e4c407f525c740692d57b928b30b (diff) | |
parent | 89e5556c60d96dcf58fc0031079e74d5eae244c9 (diff) | |
download | nextcloud-server-1e0ea46e9edefa3caaf9380ba877f1547183ca4d.tar.gz nextcloud-server-1e0ea46e9edefa3caaf9380ba877f1547183ca4d.zip |
Merge pull request #21620 from owncloud/fix-wrong-classname-in-phpdoc
fix wrong class name in phpdoc
Diffstat (limited to 'apps/dav')
-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 59fbd0bcbd1..e0fbd40f5b9 100644 --- a/apps/dav/tests/unit/systemtag/systemtagplugin.php +++ b/apps/dav/tests/unit/systemtag/systemtagplugin.php @@ -47,7 +47,7 @@ class SystemTagPlugin extends \Test\TestCase { private $tagManager; /** - * @var \OCA\DAV\Connector\Sabre\TagsPlugin + * @var \OCA\DAV\SystemTag\SystemTagPlugin */ private $plugin; |