Skip to content

Commit 0431c06

Browse files
committed
formatting
1 parent 33f2142 commit 0431c06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Illuminate/Contracts/Validation/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface Validator extends MessageProvider
1414
public function validate();
1515

1616
/**
17-
* Return validated values.
17+
* Get the attributes and values that were validated.
1818
*
1919
* @return array
2020
*/

src/Illuminate/Validation/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public function validate()
310310
}
311311

312312
/**
313-
* Return validated values.
313+
* Get the attributes and values that were validated.
314314
*
315315
* @return array
316316
*

0 commit comments

Comments
 (0)