[DOC-CVS] [doc-en] master: Fix indentation and type tag in migration guide (#4994)
[email protected] (Marcos Porto Mariño via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Marcos Porto Mariño (Marqitos)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2025-11-12T16:17:12Z
Commit: https://github.com/php/doc-en/commit/6b48f364497107ae46f926bfc99a4e3d9d546316
Raw diff: https://github.com/php/doc-en/commit/6b48f364497107ae46f926bfc99a4e3d9d546316.diff
Fix indentation and type tag in migration guide (#4994)
Changed paths:
M appendices/migration85/other-changes.xml
Diff:
diff --git a/appendices/migration85/other-changes.xml b/appendices/migration85/other-changes.xml
index 19e5e55a4147..7905a7b187b2 100644
--- a/appendices/migration85/other-changes.xml
+++ b/appendices/migration85/other-changes.xml
@@ -103,7 +103,7 @@
</simpara>
<simpara>
- The following functions now support a <parameter>$locale</parameter> argument:
+ The following functions now support a <parameter>$locale</parameter> argument:
<function>grapheme_strpos</function>,
<function>grapheme_stripos</function>,
<function>grapheme_strrpos</function>,
@@ -273,7 +273,7 @@
The <parameter>$use_include_path</parameter> argument for the
<function>gzfile</function>, <function>gzopen</function> and
<function>readgzfile</function> functions has been changed
- from <type>int</type> to <type>boolean</type>.
+ from <type>int</type> to <type>bool</type>.
</simpara>
<simpara>