Skip to content

Commit

Permalink
Clarify that \Illuminate\Http\Request::replace replace all input valu…
Browse files Browse the repository at this point in the history
…es (#51123)

By adding "values" it clarify that this method replaces the current input values by a new set.
  • Loading branch information
treyssatvincent committed Apr 18, 2024
1 parent d180974 commit 22f4864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public function mergeIfMissing(array $input)
}

/**
* Replace the input for the current request.
* Replace the input values for the current request.
*
* @param array $input
* @return $this
Expand Down

0 comments on commit 22f4864

Please sign in to comment.