svn: /phpdoc/ja/trunk/reference/xmlreader/xmlreader/ xml.xml

[email protected] (Yoshinari Takaoka) Tue, 22 Dec 2020 18:31:05 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Tue, 22 Dec 2020 18:31:05 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=352173

Log:
Add missing modifiers to XMLReader::XML()

Changed paths:
    U   phpdoc/ja/trunk/reference/xmlreader/xmlreader/xml.xml

Modified: phpdoc/ja/trunk/reference/xmlreader/xmlreader/xml.xml
===================================================================
--- phpdoc/ja/trunk/reference/xmlreader/xmlreader/xml.xml	2020-12-22 17:57:03 UTC (rev 352172)
+++ phpdoc/ja/trunk/reference/xmlreader/xmlreader/xml.xml	2020-12-22 18:31:05 UTC (rev 352173)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351489 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352172 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xml:id="xmlreader.xml" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type class="union"><type>bool</type><type>XMLReader</type></type><methodname>XMLReader::XML</methodname>
+   <modifier>public</modifier> <modifier>static</modifier> <type class="union"><type>bool</type><type>XMLReader</type></type><methodname>XMLReader::XML</methodname>
    <methodparam><type>string</type><parameter>source</parameter></methodparam>
    <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>