Skip to content

Commit d527315

Browse files
committed
deploy: da58692
1 parent 9648d25 commit d527315

236 files changed

Lines changed: 1225 additions & 1204 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.

classes/FastForward-DevTools-License-Resolver.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3113,7 +3113,7 @@ <h4 id="toc-methods" class="h6 mb-0 fw-semibold">Methods</h4>
31133113
</div>
31143114

31153115
<span class="text-body-secondary small text-end">
3116-
&nbsp;: string </span>
3116+
&nbsp;: string|null </span>
31173117
</div>
31183118
</div>
31193119
</div>
@@ -3298,7 +3298,7 @@ <h4 class="h5 mb-2" id="method_resolve">
32983298

32993299

33003300
<span class="text-primary fw-semibold">resolve</span><span class="text-body-secondary">(</span><span><span class="text-info-emphasis">
3301-
string&nbsp;
3301+
string|null&nbsp;
33023302
</span><span class="text-primary">$license</span></span><span class="text-body-secondary">)</span><span class="text-body-secondary"> : </span><span class="text-info-emphasis">string|null</span></code>
33033303
</div>
33043304

@@ -3323,7 +3323,7 @@ <h5 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Parameters</h
33233323
<span class="text-body-secondary">:</span>
33243324

33253325
<span class="badge text-bg-light border text-dark">
3326-
string
3326+
string|null
33273327
</span>
33283328

33293329
</div>
@@ -3425,7 +3425,7 @@ <h4 class="h5 mb-2" id="method_normalize">
34253425

34263426
<span class="text-body-tertiary">:</span>
34273427

3428-
<span class="badge text-bg-light border">72</span>
3428+
<span class="badge text-bg-light border">76</span>
34293429

34303430
</aside>
34313431
<div class="mb-4">
@@ -3442,8 +3442,8 @@ <h4 class="h5 mb-2" id="method_normalize">
34423442

34433443

34443444
<span class="text-primary fw-semibold">normalize</span><span class="text-body-secondary">(</span><span><span class="text-info-emphasis">
3445-
string&nbsp;
3446-
</span><span class="text-primary">$license</span></span><span class="text-body-secondary">)</span><span class="text-body-secondary"> : </span><span class="text-info-emphasis">string</span></code>
3445+
string|null&nbsp;
3446+
</span><span class="text-primary">$license</span></span><span class="text-body-secondary">)</span><span class="text-body-secondary"> : </span><span class="text-info-emphasis">string|null</span></code>
34473447
</div>
34483448

34493449
<div class="mt-3 d-flex flex-wrap gap-2">
@@ -3467,7 +3467,7 @@ <h5 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Parameters</h
34673467
<span class="text-body-secondary">:</span>
34683468

34693469
<span class="badge text-bg-light border text-dark">
3470-
string
3470+
string|null
34713471
</span>
34723472

34733473
</div>
@@ -3508,7 +3508,7 @@ <h5 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Return values
35083508
<div class="card-body p-3">
35093509
<div class="d-flex flex-wrap align-items-center gap-2 mb-3">
35103510
<span class="badge text-bg-light border text-dark">
3511-
string
3511+
string|null
35123512
</span>
35133513
</div>
35143514

@@ -3522,7 +3522,7 @@ <h3 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Description</
35223522
</div>
35233523

35243524
<div>
3525-
<p>The normalized license string</p>
3525+
<p>The normalized license string, or null when unavailable</p>
35263526

35273527
</div>
35283528
</div>

classes/FastForward-DevTools-License-ResolverInterface.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3113,7 +3113,7 @@ <h4 class="h5 mb-2" id="method_resolve">
31133113

31143114

31153115
<span class="text-primary fw-semibold">resolve</span><span class="text-body-secondary">(</span><span><span class="text-info-emphasis">
3116-
string&nbsp;
3116+
string|null&nbsp;
31173117
</span><span class="text-primary">$license</span></span><span class="text-body-secondary">)</span><span class="text-body-secondary"> : </span><span class="text-info-emphasis">string|null</span></code>
31183118
</div>
31193119

@@ -3138,7 +3138,7 @@ <h5 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Parameters</h
31383138
<span class="text-body-secondary">:</span>
31393139

31403140
<span class="badge text-bg-light border text-dark">
3141-
string
3141+
string|null
31423142
</span>
31433143

31443144
</div>

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.23</a> at Fri Apr 24 4:56:43 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.23</a> at Fri Apr 24 5:07:08 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>

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.23</a> at Fri Apr 24 4:56:43 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.23</a> at Fri Apr 24 5:07:08 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>

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.23</a> at Fri Apr 24 4:56:43 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 Fri Apr 24 5:07:08 UTC 2026.</small>
145145
</p>
146146
</footer>
147147
</div>

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.23</a> at Fri Apr 24 4:56:43 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.23</a> at Fri Apr 24 5:07:08 UTC 2026.</small>
129129
</p>
130130
</footer>
131131
</div>

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.23</a> at Fri Apr 24 4:56:43 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.23</a> at Fri Apr 24 5:07:08 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>

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.23</a> at Fri Apr 24 4:56:43 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.23</a> at Fri Apr 24 5:07:08 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>

coverage/Changelog/Document/ChangelogRelease.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
<h4>Legend</h4>
487487
<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>
488488
<p>
489-
<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 Fri Apr 24 4:56:43 UTC 2026.</small>
489+
<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 Fri Apr 24 5:07:08 UTC 2026.</small>
490490
</p>
491491
<a title="Back to the top" id="toplink" href="#">
492492
<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>

coverage/Changelog/Document/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 Fri Apr 24 4:56:43 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 Fri Apr 24 5:07:08 UTC 2026.</small>
145145
</p>
146146
</footer>
147147
</div>

0 commit comments

Comments
 (0)