com doc/fr: Apply commit 6f540a4bf2b3c2e2271022d0a31efa1a3036677c: reference/dir/functions/getcwd.xml

[email protected] (George Peter Banyard) Mon, 08 Feb 2021 19:12:22 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    acbd8f91a38b5f5d4ef665c0de8a648668f1b482
Author:    George Peter Banyard <[email protected]>         Mon, 8 Feb 2021 19:12:22 +0000
Parents:   39861f440160ec03a239727bd2d383b60092a4f6
Branches:  master

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

Log:
Apply commit 6f540a4bf2b3c2e2271022d0a31efa1a3036677c

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 a968521000..653cd67252 100644
--- a/reference/dir/functions/getcwd.xml
+++ b/reference/dir/functions/getcwd.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: e41806c30bf6975e452c0d4ce35ab0984c2fa68c Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 6f540a4bf2b3c2e2271022d0a31efa1a3036677c Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="function.getcwd" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,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>