You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of $array + $array it should use array_merge_recursive(). This will merge the arrays on the level they should get merged - the array of units in the unit-type.
The text was updated successfully, but these errors were encountered:
Right now it's not possible to add multiple single file units to the same unittype.
The problem is
php-unit-conversion/src/Map.php
Line 101 in a12cdb3
Instead of
$array + $array
it should usearray_merge_recursive()
. This will merge the arrays on the level they should get merged - the array of units in the unit-type.The text was updated successfully, but these errors were encountered: