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 3b70e0c commit a2d51faCopy full SHA for a2d51fa
src/Http/FileUpload.php
@@ -62,9 +62,7 @@ public function __construct(?array $value)
62
63
64
/**
65
- * Returns the original file name as submitted by the browser. Do not trust the value returned by this method.
66
- * A client could send a malicious filename with the intention to corrupt or hack your application.
67
- * Alias for getUntrustedName()
+ * @deprecated use getUntrustedName()
68
*/
69
public function getName(): string
70
{
0 commit comments