Skip to content

Commit 36de8d6

Browse files
authored
Update FormRequest.php (#41248)
1 parent ea0b046 commit 36de8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Http/FormRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public function safe(array $keys = null)
207207
* Get the validated data from the request.
208208
*
209209
* @param string|null $key
210-
* @param string|array|null $default
210+
* @param mixed $default
211211
* @return mixed
212212
*/
213213
public function validated($key = null, $default = null)

0 commit comments

Comments
 (0)