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 33f2142 commit 0431c06Copy full SHA for 0431c06
src/Illuminate/Contracts/Validation/Validator.php
@@ -14,7 +14,7 @@ interface Validator extends MessageProvider
14
public function validate();
15
16
/**
17
- * Return validated values.
+ * Get the attributes and values that were validated.
18
*
19
* @return array
20
*/
src/Illuminate/Validation/Validator.php
@@ -310,7 +310,7 @@ public function validate()
310
}
311
312
313
314
315
316
0 commit comments