Skip to content

Commit

Permalink
Fix component documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 29, 2025
1 parent 2a410e5 commit be3c679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/7.0/modifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ with a `PSR-7` Uri object in which case a `PSR-7` Uri object of the same type is
are not interested in the returned URI but only on its underlying string representation, you can instead use
the `Modifier::getUriString` which is a shortcut to `Modifier::getUri->__toString()`.

<p class="message-notice">Available since version <code>7.6.0</code>
<p class="message-notice">Available since version <code>7.6.0</code></p>

the `Modifier::toString` method returns the **strict** RFC3986 string representation of the URI regardless of the underlying URI object string representation.
This is the representation used by the `Stringable` and the `JsonSerializable` interface to improve interoperability.
Expand Down

0 comments on commit be3c679

Please sign in to comment.