Skip to content

Commit c1cc6cc

Browse files
authored
Update docblock
1 parent 006eada commit c1cc6cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Validation/Validator.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ protected function replacePlaceholderInString(string $value)
421421
/**
422422
* Replace each field parameter dot placeholder with dot.
423423
*
424-
* @param string $value
425-
* @return string
424+
* @param array $parameters
425+
* @return array
426426
*/
427427
protected function replaceDotPlaceholderInParameters(array $parameters)
428428
{

0 commit comments

Comments
 (0)