Fix string doc type casing

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/12466/head
Christoph Wurst 7 years ago
parent 159d75945a
commit 1b85ef4bf2
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
  1. 2
      lib/private/Files/Filesystem.php
  2. 2
      lib/private/Files/Node/Root.php
  3. 2
      lib/private/legacy/util.php
  4. 2
      lib/public/Files/IRootFolder.php

@ -627,7 +627,7 @@ class Filesystem {
* check if the directory should be ignored when scanning
* NOTE: the special directories . and .. would cause never ending recursion
*
* @param String $dir
* @param string $dir
* @return boolean
*/
static public function isIgnoredDir($dir) {

@ -348,7 +348,7 @@ class Root extends Folder implements IRootFolder {
/**
* Returns a view to user's files folder
*
* @param String $userId user ID
* @param string $userId user ID
* @return \OCP\Files\Folder
* @throws \OC\User\NoUserException
*/

@ -390,7 +390,7 @@ class OC_Util {
/**
* copies the skeleton to the users /files
*
* @param String $userId
* @param string $userId
* @param \OCP\Files\Folder $userDirectory
* @throws \OCP\Files\NotFoundException
* @throws \OCP\Files\NotPermittedException

@ -37,7 +37,7 @@ interface IRootFolder extends Folder, Emitter {
/**
* Returns a view to user's files folder
*
* @param String $userId user ID
* @param string $userId user ID
* @return \OCP\Files\Folder
* @since 8.2.0
*/

Loading…
Cancel
Save