From e9ab9b820a4863931686e5f94002ed13c30c69f3 Mon Sep 17 00:00:00 2001 From: David Rans Date: Tue, 26 Mar 2024 00:49:26 -0600 Subject: [PATCH] Fix typo in Upgrading 6 -> 7 docs (#136) Closes https://github.com/thephpleague/uri-src/issues/134 --- docs/components/7.0/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` |