-
-
Notifications
You must be signed in to change notification settings - Fork 0
FundingProfileMerger
github-actions edited this page Apr 26, 2026
·
1 revision
Merges normalized funding profiles into a deterministic synchronized view.
- Full name:
\FastForward\DevTools\Funding\FundingProfileMerger - This class is marked as final and can't be subclassed
- This class is a Final class
Merges funding metadata from Composer and GitHub sources.
public merge(\FastForward\DevTools\Funding\FundingProfile $composerProfile, \FastForward\DevTools\Funding\FundingProfile $yamlProfile): \FastForward\DevTools\Funding\FundingProfileParameters:
| Parameter | Type | Description |
|---|---|---|
$composerProfile |
\FastForward\DevTools\Funding\FundingProfile | the funding metadata sourced from composer.json |
$yamlProfile |
\FastForward\DevTools\Funding\FundingProfile | the funding metadata sourced from .github/FUNDING.yml |
Return Value:
the merged synchronized funding metadata