Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jun 7, 2022
1 parent c8c541c commit 302a579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/Concerns/ReplacesAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ protected function replaceStartsWith($message, $attribute, $rule, $parameters)

return str_replace(':values', implode(', ', $parameters), $message);
}

/**
* Replace all place-holders for the doesnt_start_with rule.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/Concerns/ValidatesAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -1949,7 +1949,7 @@ public function validateStartsWith($attribute, $value, $parameters)
{
return Str::startsWith($value, $parameters);
}

/**
* Validate the attribute does not start with a given substring.
*
Expand Down

0 comments on commit 302a579

Please sign in to comment.