Skip to content

Commit 6ea98ea

Browse files
committed
deploy: f5bd42e
1 parent cfd2e7f commit 6ea98ea

278 files changed

Lines changed: 1987 additions & 1739 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-290/classes/FastForward-DevTools-Path-DevToolsPathResolver.html

Lines changed: 175 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3322,6 +3322,25 @@ <h4 id="toc-methods" class="h6 mb-0 fw-semibold">Methods</h4>
33223322
</p>
33233323
</div>
33243324

3325+
<span class="text-body-secondary small text-end">
3326+
&nbsp;: string </span>
3327+
</div>
3328+
</div>
3329+
<div class="list-group-item">
3330+
<div class="d-flex justify-content-between align-items-start gap-3">
3331+
<div class="flex-grow-1">
3332+
<a
3333+
class="text-decoration-none fw-semibold text-primary"
3334+
href="classes/FastForward-DevTools-Path-DevToolsPathResolver.html#method_getRuntimeAutoloadPath"
3335+
>
3336+
getRuntimeAutoloadPath()
3337+
</a>
3338+
3339+
<p class="text-body-secondary mb-0 small mt-1">
3340+
Returns the active Composer autoload file for the current DevTools installation mode.
3341+
</p>
3342+
</div>
3343+
33253344
<span class="text-body-secondary small text-end">
33263345
&nbsp;: string </span>
33273346
</div>
@@ -4135,6 +4154,154 @@ <h3 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Description</
41354154

41364155

41374156

4157+
<section class="mt-4">
4158+
<div class="d-flex align-items-center gap-2 mb-3">
4159+
<i class="fas fa-reply text-success"></i>
4160+
<h5 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Return values</h5>
4161+
</div>
4162+
4163+
<div class="card border-0 bg-body-tertiary shadow-sm">
4164+
<div class="card-body p-3">
4165+
<div class="d-flex flex-wrap align-items-center gap-2 mb-3">
4166+
<span class="badge text-bg-light border text-dark">
4167+
string
4168+
</span>
4169+
</div>
4170+
4171+
</div>
4172+
</div>
4173+
</section>
4174+
4175+
</article> <article class="border rounded-4 p-4 bg-body shadow-sm">
4176+
<div class="d-flex flex-wrap align-items-start justify-content-between gap-3 mb-3">
4177+
<div>
4178+
<h4 class="h5 mb-2" id="method_getRuntimeAutoloadPath">
4179+
<span class="text-primary">getRuntimeAutoloadPath()</span>
4180+
<a
4181+
href="classes/FastForward-DevTools-Path-DevToolsPathResolver.html#method_getRuntimeAutoloadPath"
4182+
class="ms-2 text-decoration-none text-body-secondary"
4183+
aria-label="Permalink"
4184+
title="Permalink"
4185+
>
4186+
<i class="fas fa-link small"></i>
4187+
</a>
4188+
</h4>
4189+
4190+
<div class="d-flex flex-wrap gap-2">
4191+
<span class="badge text-bg-light border text-dark">Public</span>
4192+
4193+
4194+
<span class="badge text-bg-secondary">Static</span>
4195+
4196+
4197+
</div>
4198+
</div>
4199+
</div>
4200+
4201+
<aside class="d-flex flex-wrap align-items-center gap-2 mb-4 text-body-secondary small">
4202+
<i class="fas fa-map-marker-alt text-danger"></i>
4203+
4204+
<span>Defined in</span>
4205+
4206+
<abbr title="src/Path/DevToolsPathResolver.php" class="text-decoration-none mb-0">
4207+
<a href="files/src-path-devtoolspathresolver.html"><abbr title="src/Path/DevToolsPathResolver.php">DevToolsPathResolver.php</abbr></a>
4208+
</abbr>
4209+
4210+
<span class="text-body-tertiary">:</span>
4211+
4212+
<span class="badge text-bg-light border">101</span>
4213+
4214+
</aside>
4215+
<div class="mb-4">
4216+
<p class="lead text-body-secondary mb-0">Returns the active Composer autoload file for the current DevTools installation mode.</p>
4217+
</div>
4218+
4219+
4220+
<div class="mt-4">
4221+
<code class="d-inline-flex flex-wrap align-items-center gap-2 px-3 py-2 rounded-3 bg-body-tertiary border">
4222+
<span class="badge text-bg-light border text-dark">public</span>
4223+
4224+
4225+
4226+
<span class="badge text-bg-secondary">static</span>
4227+
4228+
4229+
<span class="text-primary fw-semibold">getRuntimeAutoloadPath</span><span class="text-body-secondary">(</span><span><span class="text-body-secondary">[</span><span class="text-info-emphasis">
4230+
string&nbsp;
4231+
</span><span class="text-primary">$packagePath</span><span class="text-body-secondary"> = </span><span class="text-success-emphasis">''</span><span class="text-body-secondary">]</span></span><span class="text-body-secondary">)</span><span class="text-body-secondary"> : </span><span class="text-info-emphasis">string</span></code>
4232+
</div>
4233+
4234+
<div class="mt-3 d-flex flex-wrap gap-2">
4235+
</div>
4236+
4237+
4238+
4239+
<section class="mt-2">
4240+
<div class="card border-0 bg-body-tertiary shadow-sm">
4241+
<div class="card-body p-3">
4242+
<div class="d-flex align-items-center gap-2 mb-3">
4243+
<i class="fas fa-align-left text-primary"></i>
4244+
<h3 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Description</h3>
4245+
</div>
4246+
4247+
<div>
4248+
<p>When DevTools runs as a dependency, the runtime autoloader lives at the
4249+
Composer vendor root. Repository checkouts instead use the package-local
4250+
<code class="prettyprint">vendor/autoload.php</code>.</p>
4251+
4252+
</div>
4253+
</div>
4254+
</div>
4255+
</section>
4256+
4257+
<section class="mt-4">
4258+
<div class="d-flex align-items-center gap-2 mb-3">
4259+
<i class="fas fa-sliders-h text-info"></i>
4260+
<h5 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Parameters</h5>
4261+
</div>
4262+
4263+
<div class="d-grid gap-3">
4264+
<div class="card border-0 bg-body-tertiary shadow-sm">
4265+
<div class="card-body p-3">
4266+
<div class="d-flex flex-wrap align-items-center gap-2 mb-2">
4267+
<code class="text-primary fw-semibold mb-0">$packagePath</code>
4268+
4269+
<span class="text-body-secondary">:</span>
4270+
4271+
<span class="badge text-bg-light border text-dark">
4272+
string
4273+
</span>
4274+
4275+
<span class="text-body-secondary">=</span>
4276+
<code class="text-success-emphasis mb-0">''</code>
4277+
</div>
4278+
4279+
<div>
4280+
4281+
<section class="mt-2">
4282+
<div>
4283+
<div class="d-flex align-items-center gap-2 mb-3">
4284+
<i class="fas fa-align-left text-primary"></i>
4285+
<h3 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Description</h3>
4286+
</div>
4287+
4288+
<div>
4289+
<p>an optional package root path; defaults to the current package root</p>
4290+
4291+
</div>
4292+
</div>
4293+
</section>
4294+
4295+
</div>
4296+
</div>
4297+
</div>
4298+
</div>
4299+
</section>
4300+
4301+
4302+
4303+
4304+
41384305
<section class="mt-4">
41394306
<div class="d-flex align-items-center gap-2 mb-3">
41404307
<i class="fas fa-reply text-success"></i>
@@ -4190,7 +4357,7 @@ <h4 class="h5 mb-2" id="method_isInstalledAsDependency">
41904357

41914358
<span class="text-body-tertiary">:</span>
41924359

4193-
<span class="badge text-bg-light border">97</span>
4360+
<span class="badge text-bg-light border">117</span>
41944361

41954362
</aside>
41964363
<div class="mb-4">
@@ -4321,7 +4488,7 @@ <h4 class="h5 mb-2" id="method_isRepositoryCheckout">
43214488

43224489
<span class="text-body-tertiary">:</span>
43234490

4324-
<span class="badge text-bg-light border">107</span>
4491+
<span class="badge text-bg-light border">127</span>
43254492

43264493
</aside>
43274494
<div class="mb-4">
@@ -4612,6 +4779,12 @@ <h5 class="modal-title d-flex align-items-center gap-2" id="source-view-label">
46124779
</a>
46134780
<a
46144781
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"
4782+
href="classes/FastForward-DevTools-Path-DevToolsPathResolver.html#method_getRuntimeAutoloadPath"
4783+
>
4784+
<span class="text-truncate">getRuntimeAutoloadPath()</span>
4785+
</a>
4786+
<a
4787+
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"
46154788
href="classes/FastForward-DevTools-Path-DevToolsPathResolver.html#method_isInstalledAsDependency"
46164789
>
46174790
<span class="text-truncate">isInstalledAsDependency()</span>

previews/pr-290/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 Thu Apr 30 0:55:01 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 Thu Apr 30 1:04:09 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-290/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 Thu Apr 30 0:55:01 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 Thu Apr 30 1:04:09 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-290/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 Thu Apr 30 0:55:01 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 Thu Apr 30 1:04:09 UTC 2026.</small>
145145
</p>
146146
</footer>
147147
</div>

previews/pr-290/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 Thu Apr 30 0:55:01 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 Thu Apr 30 1:04:09 UTC 2026.</small>
129129
</p>
130130
</footer>
131131
</div>

previews/pr-290/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.23</a> at Thu Apr 30 0:55:01 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.23</a> at Thu Apr 30 1:04:09 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-290/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.23</a> at Thu Apr 30 0:55:01 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 Thu Apr 30 1:04:09 UTC 2026.</small>
145145
</p>
146146
</footer>
147147
</div>

previews/pr-290/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.23</a> at Thu Apr 30 0:55:01 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.23</a> at Thu Apr 30 1:04:09 UTC 2026.</small>
116116
</p>
117117
</footer>
118118
</div>

previews/pr-290/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 Thu Apr 30 0:55:01 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 Thu Apr 30 1:04:09 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-290/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 Thu Apr 30 0:55:01 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 Thu Apr 30 1:04:09 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)