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
github-actions[bot] edited this page Jun 18, 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
Methods
merge
Merges funding metadata from Composer and GitHub sources.
public merge(\FastForward\DevTools\Funding\FundingProfile$composerProfile, \FastForward\DevTools\Funding\FundingProfile$yamlProfile): \FastForward\DevTools\Funding\FundingProfile
Parameters:
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