Skip to content

Commit 2085a72

Browse files
committed
revert docs on UploadedFiles
1 parent 2964da1 commit 2085a72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

system/HTTP/Files/UploadedFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public function getClientName(): string
273273
}
274274

275275
/**
276-
* (PHP 8.2+)
276+
* (PHP 8.1+)
277277
* Returns the webkit relative path of the uploaded file on directory uploads.
278278
*/
279279
public function getClientPath(): ?string

system/HTTP/Files/UploadedFileInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function getName(): string;
114114
public function getTempName(): string;
115115

116116
/**
117-
* (PHP 8.2+)
117+
* (PHP 8.1+)
118118
* Returns the webkit relative path of the uploaded file on directory uploads.
119119
*/
120120
public function getClientPath(): ?string;

0 commit comments

Comments
 (0)