diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-16 11:42:28 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-17 10:41:13 +0200 |
commit | a9f36067fdfed1c003faece5a532af3923f26610 (patch) | |
tree | e92ee2308affd94d8a5ccdfb771a2e8fe3dbafe6 /lib/public | |
parent | 04c5259df0510cb89ad14bac9ad29a93688f659e (diff) | |
download | nextcloud-server-a9f36067fdfed1c003faece5a532af3923f26610.tar.gz nextcloud-server-a9f36067fdfed1c003faece5a532af3923f26610.zip |
Fix constant name, copy-pasterino
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Files/FileInfo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/FileInfo.php b/lib/public/Files/FileInfo.php index 04790d41556..b6718efba34 100644 --- a/lib/public/Files/FileInfo.php +++ b/lib/public/Files/FileInfo.php @@ -53,7 +53,7 @@ interface FileInfo { */ const SPACE_UNKNOWN = -2; /** - * @const \OCP\Files\FileInfo::SPACE_UNKNOWN Return value for unlimited space + * @const \OCP\Files\FileInfo::SPACE_UNLIMITED Return value for unlimited space * @since 8.0.0 */ const SPACE_UNLIMITED = -3; |