Skip to content

Commit

Permalink
Sync SimpleXML docs with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Apr 20, 2024
1 parent a3acb5a commit 59cea42
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions reference/simplexml/functions/simplexml-import-dom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 5916fd8f742127259912e6510904451849928020 Maintainer: yannick Status: ready -->
<!-- EN-Revision: d715365c098db000eaf7dcd987ee6093f6e83091 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.simplexml-import-dom" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand All @@ -12,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type class="union"><type>SimpleXMLElement</type><type>null</type></type><methodname>simplexml_import_dom</methodname>
<methodparam><type class="union"><type>SimpleXMLElement</type><type>DOMNode</type></type><parameter>node</parameter></methodparam>
<methodparam><type>object</type><parameter>node</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>class_name</parameter><initializer>SimpleXMLElement::class</initializer></methodparam>
</methodsynopsis>
<para>
Expand Down

0 comments on commit 59cea42

Please sign in to comment.