We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2964da1 commit 2085a72Copy full SHA for 2085a72
system/HTTP/Files/UploadedFile.php
@@ -273,7 +273,7 @@ public function getClientName(): string
273
}
274
275
/**
276
- * (PHP 8.2+)
+ * (PHP 8.1+)
277
* Returns the webkit relative path of the uploaded file on directory uploads.
278
*/
279
public function getClientPath(): ?string
system/HTTP/Files/UploadedFileInterface.php
@@ -114,7 +114,7 @@ public function getName(): string;
114
public function getTempName(): string;
115
116
117
118
119
120
public function getClientPath(): ?string;
0 commit comments