diff --git a/docs/components/7.0/upgrading.md b/docs/components/7.0/upgrading.md index 1df7bfdf..7c570429 100644 --- a/docs/components/7.0/upgrading.md +++ b/docs/components/7.0/upgrading.md @@ -140,7 +140,7 @@ to version `7.0`, but it is recommended not to use them for new projects. | `HierarchicalPath::createAbsoluteFromSegments` | `HierarchicalPath::fromAbsolute` | | `Query::createFromParams` | `Query::fromParameters` | | `Query::createFromPairs` | `Query::fromPirs` | -| `Query::createFromUri` | `Query::new` | +| `Query::createFromUri` | `Query::fromUri()` | | `Query::createFromRFC3986` | `Query::fromRFC3986` | | `Query::createFromRFC1738` | `Query::fromRFC1738` | | `Query::params` | `Query::parameter` |