Skip to content

Commit

Permalink
Clarify assoc array in docblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 29, 2021
1 parent 1b06807 commit a632302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xml.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, mixed> $data Array with information to create children
* @return void
*/
protected static function _createChild(array $data): void
Expand Down

0 comments on commit a632302

Please sign in to comment.