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 ea0b046 commit 36de8d6Copy full SHA for 36de8d6
src/Illuminate/Foundation/Http/FormRequest.php
@@ -207,7 +207,7 @@ public function safe(array $keys = null)
207
* Get the validated data from the request.
208
*
209
* @param string|null $key
210
- * @param string|array|null $default
+ * @param mixed $default
211
* @return mixed
212
*/
213
public function validated($key = null, $default = null)
0 commit comments