Skip to content

Commit 6b48f36

Browse files
authored
Fix indentation and type tag in migration guide (#4994)
1 parent 1c9fb12 commit 6b48f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appendices/migration85/other-changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</simpara>
104104

105105
<simpara>
106-
The following functions now support a <parameter>$locale</parameter> argument:
106+
The following functions now support a <parameter>$locale</parameter> argument:
107107
<function>grapheme_strpos</function>,
108108
<function>grapheme_stripos</function>,
109109
<function>grapheme_strrpos</function>,
@@ -273,7 +273,7 @@
273273
The <parameter>$use_include_path</parameter> argument for the
274274
<function>gzfile</function>, <function>gzopen</function> and
275275
<function>readgzfile</function> functions has been changed
276-
from <type>int</type> to <type>boolean</type>.
276+
from <type>int</type> to <type>bool</type>.
277277
</simpara>
278278

279279
<simpara>

0 commit comments

Comments
 (0)