update phpdoc
Signed-off-by: Maxence Lange <maxence@pontapreta.net>
This commit is contained in:
parent
9ef8d25e46
commit
43374292b1
|
@ -541,6 +541,7 @@ class ShareController extends Controller {
|
||||||
*
|
*
|
||||||
* @param Share\IShare $share
|
* @param Share\IShare $share
|
||||||
* @param array $files_list
|
* @param array $files_list
|
||||||
|
* @param \OCP\Files\Folder $node
|
||||||
*/
|
*/
|
||||||
protected function fileListDownloaded(Share\IShare $share, array $files_list, \OCP\Files\Folder $node) {
|
protected function fileListDownloaded(Share\IShare $share, array $files_list, \OCP\Files\Folder $node) {
|
||||||
foreach ($files_list as $file) {
|
foreach ($files_list as $file) {
|
||||||
|
|
Loading…
Reference in New Issue