Skip to content

Commit

Permalink
Fix php domain method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
othercorey committed Nov 7, 2024
1 parent 0ca6fba commit 5fc6c91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion en/core-libraries/xml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ can be enabled with the ``loadEntities`` and ``parseHuge`` options respectively.
Transforming a XML String in Array
==================================

.. php:staticmethod:: toArray($obj);
.. php:staticmethod:: toArray($obj)
Converting XML strings into arrays is simple with the Xml class as well. By
default you'll get a SimpleXml object back::
Expand Down
2 changes: 1 addition & 1 deletion fr/core-libraries/xml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Si votre entrée est invalide, la classe Xml enverra une Exception::
Transformer une Chaîne de Caractères XML en Tableau
===================================================

.. php:staticmethod:: toArray($obj);
.. php:staticmethod:: toArray($obj)
Convertir des chaînes XML en tableaux est aussi facile avec la classe Xml. Par
défaut, vous obtiendrez un objet SimpleXml en retour::
Expand Down
2 changes: 1 addition & 1 deletion ja/core-libraries/xml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ DOMDocument を返却します。
XML 文字列を配列に変換する
===========================

.. php:staticmethod:: toArray($obj);
.. php:staticmethod:: toArray($obj)
XML テキストを配列に変換するのは、 Xml クラスと同様にシンプルです。
標準で SimpleXml オブジェクトから受け取ります。 ::
Expand Down

0 comments on commit 5fc6c91

Please sign in to comment.