Skip to content

Commit b730786

Browse files
committed
Fix indentation and type tag in migration guide
php/doc-en@6b48f36
1 parent c31ba41 commit b730786

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
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: ec45af749649dc0d6a23eaedeed1b601f7460813 Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 6b48f364497107ae46f926bfc99a4e3d9d546316 Maintainer: mumumu Status: ready -->
44
<sect1 xml:id="migration85.other-changes">
55
<title>その他の変更</title>
66

@@ -304,7 +304,7 @@
304304
<function>gzfile</function>, <function>gzopen</function>,
305305
<function>readgzfile</function> 関数の
306306
<parameter>$use_include_path</parameter> 引数の型が、
307-
<type>int</type> から <type>boolean</type> に変更されました。
307+
<type>int</type> から <type>bool</type> に変更されました。
308308
</simpara>
309309

310310
<simpara>

0 commit comments

Comments
 (0)