]> source.dussan.org Git - nextcloud-server.git/commitdiff
a bit more phpdoc
authorRobin Appelman <icewind@owncloud.com>
Tue, 14 Apr 2015 10:35:53 +0000 (12:35 +0200)
committerRobin Appelman <icewind@owncloud.com>
Tue, 14 Apr 2015 10:35:53 +0000 (12:35 +0200)
apps/files_sharing/lib/sharedstorage.php

index ce8758a6d8cd41ccbe963c43ef6939df9dd2e331..ffaa542c87292c4be3b4e9433d669d6177044a47 100644 (file)
@@ -583,6 +583,12 @@ class Shared extends \OC\Files\Storage\Common implements ISharedStorage {
                return $result;
        }
 
+       /**
+        * Resolve the path for the source of the share
+        *
+        * @param string $path
+        * @return array
+        */
        private function resolvePath($path) {
                $source = $this->getSourcePath($path);
                return \OC\Files\Filesystem::resolvePath($source);