From a6323024e55ab7b7cbdfb8b4d6fd55029d66e39a Mon Sep 17 00:00:00 2001 From: mscherer Date: Wed, 29 Sep 2021 19:23:04 +0200 Subject: [PATCH] Clarify assoc array in docblock. --- Xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xml.php b/Xml.php index 8a5364417..d02f59135 100644 --- a/Xml.php +++ b/Xml.php @@ -379,7 +379,7 @@ protected static function _fromArray(DOMDocument $dom, $node, &$data, $format): /** * Helper to _fromArray(). It will create children of arrays * - * @param array $data Array with information to create children + * @param array $data Array with information to create children * @return void */ protected static function _createChild(array $data): void