Documents: Fix PR spaces in comments

pull/3944/head
Tony ID 4 years ago committed by Yannick Warnier
parent 9975d606a9
commit 86a462568d
  1. 6
      main/inc/lib/document.lib.php

@ -6485,9 +6485,9 @@ class DocumentManager
* Calculates the total size of a directory by adding the sizes (that * Calculates the total size of a directory by adding the sizes (that
* are stored in the database) of all files & folders in this directory. * are stored in the database) of all files & folders in this directory.
* *
* @param string $value Document path or document id * @param string $value Document path or document id
* @param bool $canSeeInvisible * @param bool $canSeeInvisible
* @param bool $byId Default true, if is getting size by document id or false if getting by path * @param bool $byId Default true, if is getting size by document id or false if getting by path
* *
* @return int Total size * @return int Total size
*/ */

Loading…
Cancel
Save