[DOC-CVS] [doc-en] master: uri: Reorder classes (#5469)

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

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

uri: Reorder classes (#5469)

This reorders the classes within the URI documentation to list the two URI
implementations first, then the UriComparisonMode enum and lastly the
Exceptions and Exception-related classes.

Changed paths:
  M  reference/uri/book.xml


Diff:

diff --git a/reference/uri/book.xml b/reference/uri/book.xml
index 96b5b07ab8cb..180262dfec40 100644
--- a/reference/uri/book.xml
+++ b/reference/uri/book.xml
@@ -21,15 +21,16 @@
   </simpara>
  </preface>
 
- &reference.uri.uri.invaliduriexception;
- &reference.uri.uri.uricomparisonmode;
- &reference.uri.uri.urierror;
- &reference.uri.uri.uriexception;
-
  &reference.uri.uri.rfc3986.uri;
 
- &reference.uri.uri.whatwg.invalidurlexception;
  &reference.uri.uri.whatwg.url;
+
+ &reference.uri.uri.uricomparisonmode;
+
+ &reference.uri.uri.uriexception;
+ &reference.uri.uri.urierror;
+ &reference.uri.uri.invaliduriexception;
+ &reference.uri.uri.whatwg.invalidurlexception;
  &reference.uri.uri.whatwg.urlvalidationerror;
  &reference.uri.uri.whatwg.urlvalidationerrortype;
 </book>