[DOC-CVS] [doc-en] master: uri: Fix `&integer;` entity usage in `getPort()` documentation
[email protected] (Tim Düsterhus via Máté Kocsis) Mon, 6 Apr 2026 19:56:08 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Tim Düsterhus (TimWolla) Committer: Máté Kocsis (kocsismate) Date: 2026-04-06T21:56:05+02:00 Commit: https://github.com/php/doc-en/commit/a00f03a6131b0b74c851b06879c528fc9537da8c Raw diff: https://github.com/php/doc-en/commit/a00f03a6131b0b74c851b06879c528fc9537da8c.diff uri: Fix `&integer;` entity usage in `getPort()` documentation Changed paths: M reference/uri/uri/rfc3986/uri/getport.xml M reference/uri/uri/whatwg/url/getport.xml Diff: diff --git a/reference/uri/uri/rfc3986/uri/getport.xml b/reference/uri/uri/rfc3986/uri/getport.xml index 283e039539d0..7c59612e3118 100644 --- a/reference/uri/uri/rfc3986/uri/getport.xml +++ b/reference/uri/uri/rfc3986/uri/getport.xml @@ -24,7 +24,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <simpara> - Returns the normalized port component as an ∫ if the port component exists, &null; is returned otherwise. + Returns the normalized port component as an &integer; if the port component exists, &null; is returned otherwise. </simpara> </refsect1> diff --git a/reference/uri/uri/whatwg/url/getport.xml b/reference/uri/uri/whatwg/url/getport.xml index ad999fc1ebf2..10587042db8e 100644 --- a/reference/uri/uri/whatwg/url/getport.xml +++ b/reference/uri/uri/whatwg/url/getport.xml @@ -24,7 +24,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <simpara> - Returns the port component as an ∫ if the port component exists, &null; is returned otherwise. + Returns the port component as an &integer; if the port component exists, &null; is returned otherwise. </simpara> </refsect1>