Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/m1/issues/686
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 24, 2024
1 parent 435c357 commit c664b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/local/Df/Xml/lib/atts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* 2024-09-23 https://www.php.net/manual/en/simplexmlelement.attributes.php
* @used-by \Df\Xml\A::p()
* @used-by Df\Xml\A::p()
* @return array(string => string)
*/
function df_xml_atts(X $x):array {/** @var ?X $aa */ return !($aa = $x->attributes()) ? [] : df_clean_r(
Expand Down

0 comments on commit c664b46

Please sign in to comment.