Fix constant name, copy-pasterino

This commit is contained in:
Joas Schilling 2016-08-16 11:42:28 +02:00
parent 670bbc65c8
commit 7d700fa806
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 1 additions and 1 deletions

View File

@ -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;