Skip to content

Commit

Permalink
https://github.com/mage2pro/core/issues/439
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 23, 2024
1 parent b382659 commit c06163b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Xml/lib/parsing/.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* 2024-09-22 "Refactor the `Df_Xml` module": https://github.com/mage2pro/core/issues/437
* @used-by df_module_name_by_path()
* @used-by df_xml_go()
* @used-by df_xml_parse_a()
* @used-by df_xml2a()
* @used-by df_xml_prettify()
* @used-by df_xml_x()
* @used-by \Df\Xml\G::__construct()
Expand Down
2 changes: 1 addition & 1 deletion Xml/lib/parsing/a.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
* @return array(string => mixed)
* @throws E
*/
function df_xml_parse_a($x):array {return df_xml_x($x)->asArray();}
function df_xml2a($x):array {return df_xml_x($x)->asArray();}

0 comments on commit c06163b

Please sign in to comment.