Skip to content

Commit 3f25c6e

Browse files
committed
deploy: 4a912b8
1 parent 88bc802 commit 3f25c6e

172 files changed

Lines changed: 3001 additions & 2119 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

previews/pr-113/classes/FastForward-DevTools-Console-Command-FundingCommand.html

Lines changed: 465 additions & 13 deletions
Large diffs are not rendered by default.

previews/pr-113/classes/FastForward-DevTools-Funding-ComposerFundingCodec.html

Lines changed: 207 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2520,7 +2520,7 @@ <h2 class="display-5 mb-1">ComposerFundingCodec</h2>
25202520

25212521
<span class="text-body-tertiary">:</span>
25222522

2523-
<span class="badge text-bg-light border">36</span>
2523+
<span class="badge text-bg-light border">35</span>
25242524

25252525
</aside>
25262526
</div>
@@ -2624,6 +2624,25 @@ <h4 id="toc-methods" class="h6 mb-0 fw-semibold">Methods</h4>
26242624

26252625
<span class="text-body-secondary small text-end">
26262626
&nbsp;: string|null </span>
2627+
</div>
2628+
</div>
2629+
<div class="list-group-item">
2630+
<div class="d-flex justify-content-between align-items-start gap-3">
2631+
<div class="flex-grow-1">
2632+
<a
2633+
class="text-decoration-none fw-semibold text-primary"
2634+
href="classes/FastForward-DevTools-Funding-ComposerFundingCodec.html#method_insertFundingEntries"
2635+
>
2636+
insertFundingEntries()
2637+
</a>
2638+
2639+
<p class="text-body-secondary mb-0 small mt-1">
2640+
Inserts funding entries in a stable Composer key order.
2641+
</p>
2642+
</div>
2643+
2644+
<span class="text-body-secondary small text-end">
2645+
&nbsp;: array&lt;string, mixed&gt; </span>
26272646
</div>
26282647
</div>
26292648
</div>
@@ -2693,7 +2712,7 @@ <h4 class="h5 mb-2" id="method_dump">
26932712

26942713
<span class="text-body-tertiary">:</span>
26952714

2696-
<span class="badge text-bg-light border">104</span>
2715+
<span class="badge text-bg-light border">103</span>
26972716

26982717
</aside>
26992718
<div class="mb-4">
@@ -2870,7 +2889,7 @@ <h4 class="h5 mb-2" id="method_parse">
28702889

28712890
<span class="text-body-tertiary">:</span>
28722891

2873-
<span class="badge text-bg-light border">45</span>
2892+
<span class="badge text-bg-light border">44</span>
28742893

28752894
</aside>
28762895
<div class="mb-4">
@@ -3014,7 +3033,7 @@ <h4 class="h5 mb-2" id="method_extractGithubSponsor">
30143033

30153034
<span class="text-body-tertiary">:</span>
30163035

3017-
<span class="badge text-bg-light border">143</span>
3036+
<span class="badge text-bg-light border">148</span>
30183037

30193038
</aside>
30203039
<div class="mb-4">
@@ -3122,6 +3141,184 @@ <h3 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Description</
31223141
</div>
31233142
</section>
31243143

3144+
</article> <article class="border rounded-4 p-4 bg-body shadow-sm">
3145+
<div class="d-flex flex-wrap align-items-start justify-content-between gap-3 mb-3">
3146+
<div>
3147+
<h4 class="h5 mb-2" id="method_insertFundingEntries">
3148+
<span class="text-primary">insertFundingEntries()</span>
3149+
<a
3150+
href="classes/FastForward-DevTools-Funding-ComposerFundingCodec.html#method_insertFundingEntries"
3151+
class="ms-2 text-decoration-none text-body-secondary"
3152+
aria-label="Permalink"
3153+
title="Permalink"
3154+
>
3155+
<i class="fas fa-link small"></i>
3156+
</a>
3157+
</h4>
3158+
3159+
<div class="d-flex flex-wrap gap-2">
3160+
<span class="badge text-bg-light border text-dark">Private</span>
3161+
3162+
3163+
3164+
3165+
</div>
3166+
</div>
3167+
</div>
3168+
3169+
<aside class="d-flex flex-wrap align-items-center gap-2 mb-4 text-body-secondary small">
3170+
<i class="fas fa-map-marker-alt text-danger"></i>
3171+
3172+
<span>Defined in</span>
3173+
3174+
<abbr title="src/Funding/ComposerFundingCodec.php" class="text-decoration-none mb-0">
3175+
<a href="files/src-funding-composerfundingcodec.html"><abbr title="src/Funding/ComposerFundingCodec.php">ComposerFundingCodec.php</abbr></a>
3176+
</abbr>
3177+
3178+
<span class="text-body-tertiary">:</span>
3179+
3180+
<span class="badge text-bg-light border">176</span>
3181+
3182+
</aside>
3183+
<div class="mb-4">
3184+
<p class="lead text-body-secondary mb-0">Inserts funding entries in a stable Composer key order.</p>
3185+
</div>
3186+
3187+
3188+
<div class="mt-4">
3189+
<code class="d-inline-flex flex-wrap align-items-center gap-2 px-3 py-2 rounded-3 bg-body-tertiary border">
3190+
<span class="badge text-bg-light border text-dark">private</span>
3191+
3192+
3193+
3194+
3195+
3196+
<span class="text-primary fw-semibold">insertFundingEntries</span><span class="text-body-secondary">(</span><span><span class="text-info-emphasis">
3197+
array&lt;string, mixed&gt;&nbsp;
3198+
</span><span class="text-primary">$data</span></span><span><span class="text-body-secondary">, </span><span class="text-info-emphasis">
3199+
array&lt;int, array&lt;string, mixed&gt;&gt;&nbsp;
3200+
</span><span class="text-primary">$entries</span></span><span class="text-body-secondary">)</span><span class="text-body-secondary"> : </span><span class="text-info-emphasis">array&lt;string, mixed&gt;</span></code>
3201+
</div>
3202+
3203+
<div class="mt-3 d-flex flex-wrap gap-2">
3204+
</div>
3205+
3206+
3207+
3208+
3209+
<section class="mt-4">
3210+
<div class="d-flex align-items-center gap-2 mb-3">
3211+
<i class="fas fa-sliders-h text-info"></i>
3212+
<h5 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Parameters</h5>
3213+
</div>
3214+
3215+
<div class="d-grid gap-3">
3216+
<div class="card border-0 bg-body-tertiary shadow-sm">
3217+
<div class="card-body p-3">
3218+
<div class="d-flex flex-wrap align-items-center gap-2 mb-2">
3219+
<code class="text-primary fw-semibold mb-0">$data</code>
3220+
3221+
<span class="text-body-secondary">:</span>
3222+
3223+
<span class="badge text-bg-light border text-dark">
3224+
array&lt;string, mixed&gt;
3225+
</span>
3226+
3227+
</div>
3228+
3229+
<div>
3230+
3231+
<section class="mt-2">
3232+
<div>
3233+
<div class="d-flex align-items-center gap-2 mb-3">
3234+
<i class="fas fa-align-left text-primary"></i>
3235+
<h3 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Description</h3>
3236+
</div>
3237+
3238+
<div>
3239+
<p>the decoded composer.json payload</p>
3240+
3241+
</div>
3242+
</div>
3243+
</section>
3244+
3245+
</div>
3246+
</div>
3247+
</div>
3248+
<div class="card border-0 bg-body-tertiary shadow-sm">
3249+
<div class="card-body p-3">
3250+
<div class="d-flex flex-wrap align-items-center gap-2 mb-2">
3251+
<code class="text-primary fw-semibold mb-0">$entries</code>
3252+
3253+
<span class="text-body-secondary">:</span>
3254+
3255+
<span class="badge text-bg-light border text-dark">
3256+
array&lt;int, array&lt;string, mixed&gt;&gt;
3257+
</span>
3258+
3259+
</div>
3260+
3261+
<div>
3262+
3263+
<section class="mt-2">
3264+
<div>
3265+
<div class="d-flex align-items-center gap-2 mb-3">
3266+
<i class="fas fa-align-left text-primary"></i>
3267+
<h3 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Description</h3>
3268+
</div>
3269+
3270+
<div>
3271+
<p>the funding entries to insert</p>
3272+
3273+
</div>
3274+
</div>
3275+
</section>
3276+
3277+
</div>
3278+
</div>
3279+
</div>
3280+
</div>
3281+
</section>
3282+
3283+
3284+
3285+
3286+
3287+
<section class="mt-4">
3288+
<div class="d-flex align-items-center gap-2 mb-3">
3289+
<i class="fas fa-reply text-success"></i>
3290+
<h5 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Return values</h5>
3291+
</div>
3292+
3293+
<div class="card border-0 bg-body-tertiary shadow-sm">
3294+
<div class="card-body p-3">
3295+
<div class="d-flex flex-wrap align-items-center gap-2 mb-3">
3296+
<span class="badge text-bg-light border text-dark">
3297+
array&lt;string, mixed&gt;
3298+
</span>
3299+
</div>
3300+
3301+
<div>
3302+
3303+
<section class="mt-2">
3304+
<div>
3305+
<div class="d-flex align-items-center gap-2 mb-3">
3306+
<i class="fas fa-align-left text-primary"></i>
3307+
<h3 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Description</h3>
3308+
</div>
3309+
3310+
<div>
3311+
<p>the composer payload with funding inserted</p>
3312+
3313+
</div>
3314+
</div>
3315+
</section>
3316+
3317+
</div>
3318+
</div>
3319+
</div>
3320+
</section>
3321+
31253322
</article> </div>
31263323
</section>
31273324

@@ -3281,6 +3478,12 @@ <h5 class="modal-title d-flex align-items-center gap-2" id="source-view-label">
32813478
>
32823479
<span class="text-truncate">extractGithubSponsor()</span>
32833480
</a>
3481+
<a
3482+
class="list-group-item list-group-item-action px-0 py-2 border-0 bg-transparent d-flex align-items-center justify-content-between gap-2"
3483+
href="classes/FastForward-DevTools-Funding-ComposerFundingCodec.html#method_insertFundingEntries"
3484+
>
3485+
<span class="text-truncate">insertFundingEntries()</span>
3486+
</a>
32843487
</div>
32853488
</div>
32863489
</div>

previews/pr-113/coverage/Agent/Skills/SkillsSynchronizer.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
<h4>Legend</h4>
592592
<p><span class="legend covered-by-small-tests">Covered by small (and larger) tests</span><span class="legend covered-by-medium-tests">Covered by medium (and large) tests</span><span class="legend covered-by-large-tests">Covered by large tests (and tests of unknown size)</span><span class="legend not-covered">Not covered</span><span class="legend not-coverable">Not coverable</span></p>
593593
<p>
594-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:28:14 UTC 2026.</small>
594+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:35:28 UTC 2026.</small>
595595
</p>
596596
<a title="Back to the top" id="toplink" href="#">
597597
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>

previews/pr-113/coverage/Agent/Skills/SynchronizeResult.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
<h4>Legend</h4>
428428
<p><span class="legend covered-by-small-tests">Covered by small (and larger) tests</span><span class="legend covered-by-medium-tests">Covered by medium (and large) tests</span><span class="legend covered-by-large-tests">Covered by large tests (and tests of unknown size)</span><span class="legend not-covered">Not covered</span><span class="legend not-coverable">Not coverable</span></p>
429429
<p>
430-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:28:14 UTC 2026.</small>
430+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:35:28 UTC 2026.</small>
431431
</p>
432432
<a title="Back to the top" id="toplink" href="#">
433433
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>

previews/pr-113/coverage/Agent/Skills/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h3 style="margin-top: 2rem;">Project Risks</h3>
142142
<footer>
143143
<hr/>
144144
<p>
145-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:28:14 UTC 2026.</small>
145+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:35:28 UTC 2026.</small>
146146
</p>
147147
</footer>
148148
</div>

previews/pr-113/coverage/Agent/Skills/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h4>Legend</h4>
140140
<span class="success"><strong>High</strong>: 90% to 100%</span>
141141
</p>
142142
<p>
143-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:28:14 UTC 2026.</small>
143+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:35:28 UTC 2026.</small>
144144
</p>
145145
</footer>
146146
</div>

previews/pr-113/coverage/Agent/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h3 style="margin-top: 2rem;">Project Risks</h3>
141141
<footer>
142142
<hr/>
143143
<p>
144-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:28:14 UTC 2026.</small>
144+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:35:28 UTC 2026.</small>
145145
</p>
146146
</footer>
147147
</div>

previews/pr-113/coverage/Agent/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h4>Legend</h4>
111111
<span class="success"><strong>High</strong>: 90% to 100%</span>
112112
</p>
113113
<p>
114-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:28:14 UTC 2026.</small>
114+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:35:28 UTC 2026.</small>
115115
</p>
116116
</footer>
117117
</div>

previews/pr-113/coverage/Composer/Capability/DevToolsCommandProvider.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<h4>Legend</h4>
182182
<p><span class="legend covered-by-small-tests">Covered by small (and larger) tests</span><span class="legend covered-by-medium-tests">Covered by medium (and large) tests</span><span class="legend covered-by-large-tests">Covered by large tests (and tests of unknown size)</span><span class="legend not-covered">Not covered</span><span class="legend not-coverable">Not coverable</span></p>
183183
<p>
184-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:28:14 UTC 2026.</small>
184+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:35:28 UTC 2026.</small>
185185
</p>
186186
<a title="Back to the top" id="toplink" href="#">
187187
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>

previews/pr-113/coverage/Composer/Capability/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h3 style="margin-top: 2rem;">Project Risks</h3>
141141
<footer>
142142
<hr/>
143143
<p>
144-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:28:14 UTC 2026.</small>
144+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sun Apr 19 7:35:28 UTC 2026.</small>
145145
</p>
146146
</footer>
147147
</div>

0 commit comments

Comments
 (0)