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 1fb9ecc commit 5139a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contracts/UriRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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;

/**
* Returns the Unix filesystem path. The method returns null for any other scheme except the file scheme.
Expand Down

0 comments on commit 5139a62

Please sign in to comment.