Skip to content

Commit

Permalink
Rename Link Header string representation method
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 3, 2025
1 parent 9efb38c commit 53f8e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ public function toLinkTag(iterable $attributes = []): string
*
* @see https://www.rfc-editor.org/rfc/rfc7230.html#section-3.2.6
*/
public function toLinkFieldValue(iterable $parameters = []): string
public function toLinkHeaderValue(iterable $parameters = []): string
{
$value = '<'.$this->toString().'>';
if (!is_array($parameters)) {
Expand Down

0 comments on commit 53f8e6f

Please sign in to comment.