Skip to content

Commit 6c714a9

Browse files
committed
deploy: e862e16
1 parent fab4669 commit 6c714a9

289 files changed

Lines changed: 2163 additions & 1867 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-329/classes/FastForward-DevTools-Console-Logger-Processor-CommandOutputProcessor.html

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3391,6 +3391,25 @@ <h4 id="toc-methods" class="h6 mb-0 fw-semibold">Methods</h4>
33913391

33923392
</div>
33933393

3394+
<span class="text-body-secondary small text-end">
3395+
&nbsp;: mixed </span>
3396+
</div>
3397+
</div>
3398+
<div class="list-group-item">
3399+
<div class="d-flex justify-content-between align-items-start gap-3">
3400+
<div class="flex-grow-1">
3401+
<a
3402+
class="text-decoration-none fw-semibold text-primary"
3403+
href="classes/FastForward-DevTools-Console-Logger-Processor-CommandOutputProcessor.html#method_normalizeStructuredPayload"
3404+
>
3405+
normalizeStructuredPayload()
3406+
</a>
3407+
3408+
<p class="text-body-secondary mb-0 small mt-1">
3409+
Normalizes decoded structured payloads produced by wrapped tooling.
3410+
</p>
3411+
</div>
3412+
33943413
<span class="text-body-secondary small text-end">
33953414
&nbsp;: mixed </span>
33963415
</div>
@@ -4091,6 +4110,145 @@ <h5 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Parameters</h
40914110

40924111

40934112

4113+
</article> <article class="border rounded-4 p-4 bg-body shadow-sm">
4114+
<div class="d-flex flex-wrap align-items-start justify-content-between gap-3 mb-3">
4115+
<div>
4116+
<h4 class="h5 mb-2" id="method_normalizeStructuredPayload">
4117+
<span class="text-primary">normalizeStructuredPayload()</span>
4118+
<a
4119+
href="classes/FastForward-DevTools-Console-Logger-Processor-CommandOutputProcessor.html#method_normalizeStructuredPayload"
4120+
class="ms-2 text-decoration-none text-body-secondary"
4121+
aria-label="Permalink"
4122+
title="Permalink"
4123+
>
4124+
<i class="fas fa-link small"></i>
4125+
</a>
4126+
</h4>
4127+
4128+
<div class="d-flex flex-wrap gap-2">
4129+
<span class="badge text-bg-light border text-dark">Private</span>
4130+
4131+
4132+
4133+
4134+
</div>
4135+
</div>
4136+
</div>
4137+
4138+
<aside class="d-flex flex-wrap align-items-center gap-2 mb-4 text-body-secondary small">
4139+
<i class="fas fa-map-marker-alt text-danger"></i>
4140+
4141+
<span>Defined in</span>
4142+
4143+
<abbr title="src/Console/Logger/Processor/CommandOutputProcessor.php" class="text-decoration-none mb-0">
4144+
<a href="files/src-console-logger-processor-commandoutputprocessor.html"><abbr title="src/Console/Logger/Processor/CommandOutputProcessor.php">CommandOutputProcessor.php</abbr></a>
4145+
</abbr>
4146+
4147+
<span class="text-body-tertiary">:</span>
4148+
4149+
<span class="badge text-bg-light border">230</span>
4150+
4151+
</aside>
4152+
<div class="mb-4">
4153+
<p class="lead text-body-secondary mb-0">Normalizes decoded structured payloads produced by wrapped tooling.</p>
4154+
</div>
4155+
4156+
4157+
<div class="mt-4">
4158+
<code class="d-inline-flex flex-wrap align-items-center gap-2 px-3 py-2 rounded-3 bg-body-tertiary border">
4159+
<span class="badge text-bg-light border text-dark">private</span>
4160+
4161+
4162+
4163+
4164+
4165+
<span class="text-primary fw-semibold">normalizeStructuredPayload</span><span class="text-body-secondary">(</span><span><span class="text-info-emphasis">
4166+
mixed&nbsp;
4167+
</span><span class="text-primary">$payload</span></span><span class="text-body-secondary">)</span><span class="text-body-secondary"> : </span><span class="text-info-emphasis">mixed</span></code>
4168+
</div>
4169+
4170+
<div class="mt-3 d-flex flex-wrap gap-2">
4171+
</div>
4172+
4173+
4174+
4175+
4176+
<section class="mt-4">
4177+
<div class="d-flex align-items-center gap-2 mb-3">
4178+
<i class="fas fa-sliders-h text-info"></i>
4179+
<h5 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Parameters</h5>
4180+
</div>
4181+
4182+
<div class="d-grid gap-3">
4183+
<div class="card border-0 bg-body-tertiary shadow-sm">
4184+
<div class="card-body p-3">
4185+
<div class="d-flex flex-wrap align-items-center gap-2 mb-2">
4186+
<code class="text-primary fw-semibold mb-0">$payload</code>
4187+
4188+
<span class="text-body-secondary">:</span>
4189+
4190+
<span class="badge text-bg-light border text-dark">
4191+
mixed
4192+
</span>
4193+
4194+
</div>
4195+
4196+
<div>
4197+
4198+
<section class="mt-2">
4199+
<div>
4200+
<div class="d-flex align-items-center gap-2 mb-3">
4201+
<i class="fas fa-align-left text-primary"></i>
4202+
<h3 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Description</h3>
4203+
</div>
4204+
4205+
<div>
4206+
<p>the decoded payload</p>
4207+
4208+
</div>
4209+
</div>
4210+
</section>
4211+
4212+
</div>
4213+
</div>
4214+
</div>
4215+
</div>
4216+
</section>
4217+
4218+
4219+
4220+
4221+
4222+
<section class="mt-4">
4223+
<div class="d-flex align-items-center gap-2 mb-3">
4224+
<i class="fas fa-reply text-success"></i>
4225+
<h5 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Return values</h5>
4226+
</div>
4227+
4228+
<div class="card border-0 bg-body-tertiary shadow-sm">
4229+
<div class="card-body p-3">
4230+
4231+
<div>
4232+
4233+
<section class="mt-2">
4234+
<div>
4235+
<div class="d-flex align-items-center gap-2 mb-3">
4236+
<i class="fas fa-align-left text-primary"></i>
4237+
<h3 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Description</h3>
4238+
</div>
4239+
4240+
<div>
4241+
<p>the normalized payload</p>
4242+
4243+
</div>
4244+
</div>
4245+
</section>
4246+
4247+
</div>
4248+
</div>
4249+
</div>
4250+
</section>
4251+
40944252
</article> </div>
40954253
</section>
40964254

@@ -4262,6 +4420,12 @@ <h5 class="modal-title d-flex align-items-center gap-2" id="source-view-label">
42624420
>
42634421
<span class="text-truncate">extractBufferedOutput()</span>
42644422
</a>
4423+
<a
4424+
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"
4425+
href="classes/FastForward-DevTools-Console-Logger-Processor-CommandOutputProcessor.html#method_normalizeStructuredPayload"
4426+
>
4427+
<span class="text-truncate">normalizeStructuredPayload()</span>
4428+
</a>
42654429
</div>
42664430
</div>
42674431
</div>

previews/pr-329/coverage/Changelog/Checker/UnreleasedEntryChecker.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
<h4>Legend</h4>
288288
<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>
289289
<p>
290-
<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.24</a> at Fri May 1 19:41:45 UTC 2026.</small>
290+
<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.24</a> at Fri May 1 20:55:10 UTC 2026.</small>
291291
</p>
292292
<a title="Back to the top" id="toplink" href="#">
293293
<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-329/coverage/Changelog/Checker/UnreleasedEntryCheckerInterface.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<h4>Legend</h4>
117117
<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>
118118
<p>
119-
<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.24</a> at Fri May 1 19:41:45 UTC 2026.</small>
119+
<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.24</a> at Fri May 1 20:55:10 UTC 2026.</small>
120120
</p>
121121
<a title="Back to the top" id="toplink" href="#">
122122
<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-329/coverage/Changelog/Checker/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.24</a> at Fri May 1 19:41:45 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.24</a> at Fri May 1 20:55:10 UTC 2026.</small>
145145
</p>
146146
</footer>
147147
</div>

previews/pr-329/coverage/Changelog/Checker/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h4>Legend</h4>
125125
<span class="success"><strong>High</strong>: 90% to 100%</span>
126126
</p>
127127
<p>
128-
<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.24</a> at Fri May 1 19:41:45 UTC 2026.</small>
128+
<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.24</a> at Fri May 1 20:55:10 UTC 2026.</small>
129129
</p>
130130
</footer>
131131
</div>

previews/pr-329/coverage/Changelog/Conflict/UnreleasedChangelogConflictResolver.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
<h4>Legend</h4>
291291
<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>
292292
<p>
293-
<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.24</a> at Fri May 1 19:41:45 UTC 2026.</small>
293+
<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.24</a> at Fri May 1 20:55:10 UTC 2026.</small>
294294
</p>
295295
<a title="Back to the top" id="toplink" href="#">
296296
<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-329/coverage/Changelog/Conflict/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.24</a> at Fri May 1 19:41:45 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.24</a> at Fri May 1 20:55:10 UTC 2026.</small>
145145
</p>
146146
</footer>
147147
</div>

previews/pr-329/coverage/Changelog/Conflict/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h4>Legend</h4>
112112
<span class="success"><strong>High</strong>: 90% to 100%</span>
113113
</p>
114114
<p>
115-
<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.24</a> at Fri May 1 19:41:45 UTC 2026.</small>
115+
<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.24</a> at Fri May 1 20:55:10 UTC 2026.</small>
116116
</p>
117117
</footer>
118118
</div>

previews/pr-329/coverage/Changelog/DependabotChangelogEntryMessageResolver.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<h4>Legend</h4>
186186
<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>
187187
<p>
188-
<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.24</a> at Fri May 1 19:41:45 UTC 2026.</small>
188+
<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.24</a> at Fri May 1 20:55:10 UTC 2026.</small>
189189
</p>
190190
<a title="Back to the top" id="toplink" href="#">
191191
<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-329/coverage/Changelog/Document/ChangelogDocument.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
<h4>Legend</h4>
537537
<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>
538538
<p>
539-
<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.24</a> at Fri May 1 19:41:45 UTC 2026.</small>
539+
<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.24</a> at Fri May 1 20:55:10 UTC 2026.</small>
540540
</p>
541541
<a title="Back to the top" id="toplink" href="#">
542542
<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>

0 commit comments

Comments
 (0)