FundingProfileMerger

Class
Read only: Yes Final: Yes

Merges normalized funding profiles into a deterministic synchronized view.

Table of Contents

Methods

merge()

Merges funding metadata from Composer and GitHub sources.

 : FundingProfile
sortedUnique()

Returns a sorted unique list of scalar values.

 : array<int, string>
Methods

sortedUnique()

Private

Returns a sorted unique list of scalar values.

private sortedUnique( array<int, string>  $values) : array<int, string>
Parameters
$values : array<int, string>

Description

the values to normalize

Return values
array<int, string>

Description

the sorted unique values