Home
last modified time | relevance | path

Searched refs:attributes2 (Results 1 – 1 of 1) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php102 * @param Node|array<string, mixed> $attributes2
106 public static function mergeAttributes($attributes1, $attributes2): array
109 foreach ([$attributes1, $attributes2] as $arg) {
103 mergeAttributes($attributes1, $attributes2) global() argument