[DOC-CVS] [doc-en] master: uri: Fix markup typo in `<refpurpose>` for various getters (#5475)

[email protected] (Tim Düsterhus via GitHub) Mon, 6 Apr 2026 20:52:59 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Tim Düsterhus (TimWolla)
Committer: GitHub (web-flow)
Pusher: TimWolla
Date: 2026-04-06T22:52:57+02:00

Commit: https://github.com/php/doc-en/commit/c5ff5efb9c44487de448c0294af6f6b214f87594
Raw diff: https://github.com/php/doc-en/commit/c5ff5efb9c44487de448c0294af6f6b214f87594.diff

uri: Fix markup typo in `<refpurpose>` for various getters (#5475)

Changed paths:
  M  reference/uri/uri/rfc3986/uri/getpassword.xml
  M  reference/uri/uri/rfc3986/uri/getpath.xml
  M  reference/uri/uri/rfc3986/uri/getport.xml
  M  reference/uri/uri/rfc3986/uri/getquery.xml
  M  reference/uri/uri/rfc3986/uri/getrawfragment.xml


Diff:

diff --git a/reference/uri/uri/rfc3986/uri/getpassword.xml b/reference/uri/uri/rfc3986/uri/getpassword.xml
index 30fc63911468..a5a6d271745f 100644
--- a/reference/uri/uri/rfc3986/uri/getpassword.xml
+++ b/reference/uri/uri/rfc3986/uri/getpassword.xml
@@ -2,7 +2,7 @@
 <refentry xml:id="uri-rfc3986-uri.getpassword" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>Uri\Rfc3986\Uri::getPassword</refname>
-  <refpurpose>>Retrieve the normalized password</refpurpose>
+  <refpurpose>Retrieve the normalized password</refpurpose>
  </refnamediv>
 
  <refsect1 role="description">
diff --git a/reference/uri/uri/rfc3986/uri/getpath.xml b/reference/uri/uri/rfc3986/uri/getpath.xml
index eaf6a3f9dacf..e302667ff34f 100644
--- a/reference/uri/uri/rfc3986/uri/getpath.xml
+++ b/reference/uri/uri/rfc3986/uri/getpath.xml
@@ -2,7 +2,7 @@
 <refentry xml:id="uri-rfc3986-uri.getpath" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>Uri\Rfc3986\Uri::getPath</refname>
-  <refpurpose>>Retrieve the normalized path component</refpurpose>
+  <refpurpose>Retrieve the normalized path component</refpurpose>
  </refnamediv>
 
  <refsect1 role="description">
diff --git a/reference/uri/uri/rfc3986/uri/getport.xml b/reference/uri/uri/rfc3986/uri/getport.xml
index 7c59612e3118..f62387858b9c 100644
--- a/reference/uri/uri/rfc3986/uri/getport.xml
+++ b/reference/uri/uri/rfc3986/uri/getport.xml
@@ -2,7 +2,7 @@
 <refentry xml:id="uri-rfc3986-uri.getport" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>Uri\Rfc3986\Uri::getPort</refname>
-  <refpurpose>>Retrieve the normalized port component</refpurpose>
+  <refpurpose>Retrieve the normalized port component</refpurpose>
  </refnamediv>
 
  <refsect1 role="description">
diff --git a/reference/uri/uri/rfc3986/uri/getquery.xml b/reference/uri/uri/rfc3986/uri/getquery.xml
index 8e395b75bbf6..2ae16d783772 100644
--- a/reference/uri/uri/rfc3986/uri/getquery.xml
+++ b/reference/uri/uri/rfc3986/uri/getquery.xml
@@ -2,7 +2,7 @@
 <refentry xml:id="uri-rfc3986-uri.getquery" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>Uri\Rfc3986\Uri::getQuery</refname>
-  <refpurpose>>Retrieve the normalized query component</refpurpose>
+  <refpurpose>Retrieve the normalized query component</refpurpose>
  </refnamediv>
 
  <refsect1 role="description">
diff --git a/reference/uri/uri/rfc3986/uri/getrawfragment.xml b/reference/uri/uri/rfc3986/uri/getrawfragment.xml
index 92cb398915b1..f2e6256bfc3d 100644
--- a/reference/uri/uri/rfc3986/uri/getrawfragment.xml
+++ b/reference/uri/uri/rfc3986/uri/getrawfragment.xml
@@ -2,7 +2,7 @@
 <refentry xml:id="uri-rfc3986-uri.getrawfragment" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>Uri\Rfc3986\Uri::getRawFragment</refname>
-  <refpurpose>>Retrieve the raw fragment component</refpurpose>
+  <refpurpose>Retrieve the raw fragment component</refpurpose>
  </refnamediv>
 
  <refsect1 role="description">