Skip to content

Commit 302a579

Browse files
committed
Apply fixes from StyleCI
1 parent c8c541c commit 302a579

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Illuminate/Validation/Concerns/ReplacesAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ protected function replaceStartsWith($message, $attribute, $rule, $parameters)
627627

628628
return str_replace(':values', implode(', ', $parameters), $message);
629629
}
630-
630+
631631
/**
632632
* Replace all place-holders for the doesnt_start_with rule.
633633
*

src/Illuminate/Validation/Concerns/ValidatesAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@ public function validateStartsWith($attribute, $value, $parameters)
19491949
{
19501950
return Str::startsWith($value, $parameters);
19511951
}
1952-
1952+
19531953
/**
19541954
* Validate the attribute does not start with a given substring.
19551955
*

0 commit comments

Comments
 (0)