diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-05-28 13:47:50 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-06-06 09:56:01 +0200 |
commit | 42a362f2491e5731ce7cc242891c58dd41a76d00 (patch) | |
tree | fe20df3d2312a033821a492ba28acd68f02f7924 /apps/files_sharing/tests/share.php | |
parent | 501f98f084d243007ee64ad7a4386964d98f536a (diff) | |
download | nextcloud-server-42a362f2491e5731ce7cc242891c58dd41a76d00.tar.gz nextcloud-server-42a362f2491e5731ce7cc242891c58dd41a76d00.zip |
Fix phpdoc and comments
Diffstat (limited to 'apps/files_sharing/tests/share.php')
-rw-r--r-- | apps/files_sharing/tests/share.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/share.php b/apps/files_sharing/tests/share.php index a81f84ef061..195fac461be 100644 --- a/apps/files_sharing/tests/share.php +++ b/apps/files_sharing/tests/share.php @@ -3,7 +3,7 @@ * ownCloud * * @author Bjoern Schiessle - * @copyright 2013 Bjoern Schiessle <schiessle@owncloud.com> + * @copyright 2014 Bjoern Schiessle <schiessle@owncloud.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE |