You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2024. It is now read-only.
@@ -35,7 +37,7 @@ public function image($constraints = []): ImageRuleSet
35
37
* The file under validation must match one of the given MIME types
36
38
* To determine the MIME type of the uploaded file, the file's contents will be read and the framework will attempt to guess the MIME type, which may be different from the client provided MIME type.
37
39
*
38
-
* @param \string[] ...$types
40
+
* @param \string[] ...$types List of allowed MIME types
39
41
* @return $this|static
40
42
*/
41
43
publicfunctionmimetypes(string ...$types)
@@ -54,7 +56,7 @@ public function mimetypes(string ...$types)
54
56
* A full listing of MIME types and their corresponding extensions may be found at the following location:
0 commit comments