diff --git a/docs/components/7.0/modifiers.md b/docs/components/7.0/modifiers.md index 3f8185aa..bf9e6b38 100644 --- a/docs/components/7.0/modifiers.md +++ b/docs/components/7.0/modifiers.md @@ -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()`. -

Available since version 7.6.0 +

Available since version 7.6.0

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.