Skip to content

Commit 36ba734

Browse files
committed
Fix constant name, copy-pasterino
1 parent f8c498d commit 36ba734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/Files/FileInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ interface FileInfo {
5353
*/
5454
const SPACE_UNKNOWN = -2;
5555
/**
56-
* @const \OCP\Files\FileInfo::SPACE_UNKNOWN Return value for unlimited space
56+
* @const \OCP\Files\FileInfo::SPACE_UNLIMITED Return value for unlimited space
5757
* @since 8.0.0
5858
*/
5959
const SPACE_UNLIMITED = -3;

0 commit comments

Comments
 (0)