diff options
author | Bart Visscher <bartv@thisnet.nl> | 2014-04-14 17:49:27 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2014-04-15 21:05:44 +0200 |
commit | 999e74e834f8ba13e1ec60caf4b253eb12ec8bf6 (patch) | |
tree | 3146fff591ddde664ac89e3961544add0601f96c /apps/files_sharing/lib/share/file.php | |
parent | d826f33fae85e8ad68bd5d7b2b3a10cdeddf8827 (diff) | |
download | nextcloud-server-999e74e834f8ba13e1ec60caf4b253eb12ec8bf6.tar.gz nextcloud-server-999e74e834f8ba13e1ec60caf4b253eb12ec8bf6.zip |
Fix PHPdoc in apps/files_sharing
using scrutinizer patch
Diffstat (limited to 'apps/files_sharing/lib/share/file.php')
-rw-r--r-- | apps/files_sharing/lib/share/file.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/share/file.php b/apps/files_sharing/lib/share/file.php index 5e00050fe1e..c375579b1a2 100644 --- a/apps/files_sharing/lib/share/file.php +++ b/apps/files_sharing/lib/share/file.php @@ -146,6 +146,9 @@ class OC_Share_Backend_File implements OCP\Share_Backend_File_Dependent { return array(); } + /** + * @param string $target + */ public static function getSource($target) { if ($target == '') { return false; |