Skip to content

Commit c649ad3

Browse files
committed
formatting
1 parent 92cf9d9 commit c649ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Validation/Validator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,12 +304,12 @@ public function parseData(array $data)
304304
}
305305

306306
/**
307-
* Replace the placeholder used in data keys.
307+
* Replace the placeholders used in data keys.
308308
*
309309
* @param array $data
310310
* @return array
311311
*/
312-
public function replacePlaceholders($data)
312+
protected function replacePlaceholders($data)
313313
{
314314
$originalData = [];
315315

0 commit comments

Comments
 (0)