com doc/ja: Fix #80712: getcwd(): return type includes false: reference/dir/functions/getcwd.xml

[email protected] (Yoshinari Takaoka) Sat, 06 Feb 2021 11:17:38 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
Commit:    c92de815cec2e94e945c098894318e48428f8624
Author:    Yoshinari Takaoka <[email protected]>         Sat, 6 Feb 2021 20:17:38 +0900
Parents:   b0a414ac7d879467ab186741aaeb375133184c74
Branches:  master

Link:       http://git.php.net/?p=doc/ja.git;a=commitdiff;h=c92de815cec2e94e945c098894318e48428f8624

Log:
Fix #80712: getcwd(): return type includes false

Bugs:
https://bugs.php.net/80712

Changed paths:
  M  reference/dir/functions/getcwd.xml


Diff:
diff --git a/reference/dir/functions/getcwd.xml b/reference/dir/functions/getcwd.xml
index a4b2a0197f..4d723237bd 100644
--- a/reference/dir/functions/getcwd.xml
+++ b/reference/dir/functions/getcwd.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- splitted from ./ja/functions/dir.xml, last change in rev 1.4 -->
-<!-- EN-Revision: e41806c30bf6975e452c0d4ce35ab0984c2fa68c Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 6f540a4bf2b3c2e2271022d0a31efa1a3036677c Maintainer: hirokawa Status: ready -->
 <!-- CREDITS: shimooka,mumumu -->
 <refentry xml:id="function.getcwd" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>getcwd</methodname>
+   <type class="union"><type>string</type><type>false</type></type><methodname>getcwd</methodname>
    <void/>
   </methodsynopsis>
   <para>