From c06163b2f67338dbb8917ab19c4a853ea8d3b3e2 Mon Sep 17 00:00:00 2001 From: Dmitrii Fediuk Date: Mon, 23 Sep 2024 01:09:47 +0100 Subject: [PATCH] https://github.com/mage2pro/core/issues/439 --- Xml/lib/parsing/.php | 2 +- Xml/lib/parsing/a.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Xml/lib/parsing/.php b/Xml/lib/parsing/.php index 0e4ede318..6d8488996 100644 --- a/Xml/lib/parsing/.php +++ b/Xml/lib/parsing/.php @@ -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() diff --git a/Xml/lib/parsing/a.php b/Xml/lib/parsing/a.php index 3c7b33cf9..cb909a5c0 100644 --- a/Xml/lib/parsing/a.php +++ b/Xml/lib/parsing/a.php @@ -28,4 +28,4 @@ * @return array(string => mixed) * @throws E */ -function df_xml_parse_a($x):array {return df_xml_x($x)->asArray();} \ No newline at end of file +function df_xml2a($x):array {return df_xml_x($x)->asArray();} \ No newline at end of file