Skip to content

Commit 93c25d3

Browse files
committed
deploy: 89cc4ba
1 parent 947c71d commit 93c25d3

256 files changed

Lines changed: 2776 additions & 1634 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-270/classes/FastForward-DevTools-Path-WorkingProjectPathResolver.html

Lines changed: 158 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3097,6 +3097,30 @@ <h3 id="toc" class="h4 mb-0">
30973097

30983098

30993099

3100+
<section class="card border-0 shadow-sm">
3101+
<div class="card-header bg-body-tertiary border-0 d-flex align-items-center gap-2">
3102+
<i class="fas fa-thumbtack text-warning"></i>
3103+
<h4 id="toc-constants" class="h6 mb-0 fw-semibold">Constants</h4>
3104+
</div>
3105+
<div class="list-group list-group-flush">
3106+
<div class="list-group-item">
3107+
<div class="d-flex justify-content-between align-items-start gap-3">
3108+
<div class="flex-grow-1">
3109+
<a
3110+
class="text-decoration-none fw-semibold text-primary"
3111+
href="classes/FastForward-DevTools-Path-WorkingProjectPathResolver.html#constant_TOOLING_EXCLUDED_DIRECTORIES"
3112+
>
3113+
TOOLING_EXCLUDED_DIRECTORIES
3114+
</a>
3115+
3116+
</div>
3117+
3118+
<span class="text-body-secondary small text-end">
3119+
&nbsp;= [&#039;.dev-tools&#039;, &#039;backup&#039;, &#039;cache&#039;, &#039;public&#039;, &#039;resources&#039;, &#039;tmp&#039;, &#039;vendor&#039;, &#039;*/vendor&#039;, &#039;*/vendor/*&#039;, &#039;**/vendor&#039;, &#039;**/vendor/*&#039;] </span>
3120+
</div>
3121+
</div>
3122+
</div>
3123+
</section>
31003124

31013125

31023126

@@ -3173,6 +3197,119 @@ <h4 id="toc-methods" class="h6 mb-0 fw-semibold">Methods</h4>
31733197

31743198
<div class="d-grid gap-4">
31753199

3200+
<section class="card border-0 shadow-sm">
3201+
<div class="card-header bg-body-tertiary border-0 d-flex align-items-center gap-2">
3202+
<i class="fas fa-thumbtack text-warning"></i>
3203+
<span class="fw-semibold">Constants</span>
3204+
</div>
3205+
<div class="card-body p-4">
3206+
3207+
<section>
3208+
<div class="d-flex align-items-center gap-2 mb-4">
3209+
<i class="fas fa-thumbtack text-warning"></i>
3210+
<h3 class="h4 mb-0" id="constants">
3211+
Constants
3212+
<a
3213+
href="classes/FastForward-DevTools-Path-WorkingProjectPathResolver.html#constants"
3214+
class="ms-2 text-decoration-none text-body-secondary"
3215+
aria-label="Permalink"
3216+
title="Permalink"
3217+
>
3218+
<i class="fas fa-link small"></i>
3219+
</a>
3220+
</h3>
3221+
</div>
3222+
3223+
<div class="d-grid gap-4">
3224+
<article class="border rounded-4 p-4 bg-body shadow-sm">
3225+
<div class="d-flex flex-wrap align-items-start justify-content-between gap-3 mb-3">
3226+
<div>
3227+
<h4 class="h5 mb-2" id="constant_TOOLING_EXCLUDED_DIRECTORIES">
3228+
<span class="text-warning-emphasis">TOOLING_EXCLUDED_DIRECTORIES</span>
3229+
<a
3230+
href="classes/FastForward-DevTools-Path-WorkingProjectPathResolver.html#constant_TOOLING_EXCLUDED_DIRECTORIES"
3231+
class="ms-2 text-decoration-none text-body-secondary"
3232+
aria-label="Permalink"
3233+
title="Permalink"
3234+
>
3235+
<i class="fas fa-link small"></i>
3236+
</a>
3237+
</h4>
3238+
3239+
<div class="d-flex flex-wrap gap-2">
3240+
<span class="badge text-bg-light border text-dark">Public</span>
3241+
3242+
</div>
3243+
</div>
3244+
</div>
3245+
3246+
<aside class="d-flex flex-wrap align-items-center gap-2 mb-4 text-body-secondary small">
3247+
<i class="fas fa-map-marker-alt text-danger"></i>
3248+
3249+
<span>Defined in</span>
3250+
3251+
<abbr title="src/Path/WorkingProjectPathResolver.php" class="text-decoration-none mb-0">
3252+
<a href="files/src-path-workingprojectpathresolver.html"><abbr title="src/Path/WorkingProjectPathResolver.php">WorkingProjectPathResolver.php</abbr></a>
3253+
</abbr>
3254+
3255+
<span class="text-body-tertiary">:</span>
3256+
3257+
<span class="badge text-bg-light border">35</span>
3258+
3259+
</aside>
3260+
3261+
3262+
3263+
<div class="mt-4">
3264+
<code class="d-inline-flex flex-wrap align-items-center gap-2 px-3 py-2 rounded-3 bg-body-tertiary border">
3265+
<span class="badge text-bg-light border text-dark">
3266+
public
3267+
</span>
3268+
3269+
3270+
<span class="text-info-emphasis">
3271+
array&lt;int, string&gt;
3272+
</span>
3273+
3274+
<span class="text-warning-emphasis fw-semibold">
3275+
TOOLING_EXCLUDED_DIRECTORIES
3276+
</span>
3277+
3278+
<span class="text-body-secondary">=</span>
3279+
3280+
<span class="text-success-emphasis">
3281+
[&#039;.dev-tools&#039;, &#039;backup&#039;, &#039;cache&#039;, &#039;public&#039;, &#039;resources&#039;, &#039;tmp&#039;, &#039;vendor&#039;, &#039;*/vendor&#039;, &#039;*/vendor/*&#039;, &#039;**/vendor&#039;, &#039;**/vendor/*&#039;]
3282+
</span>
3283+
</code>
3284+
</div>
3285+
3286+
3287+
3288+
3289+
<section class="mt-2">
3290+
<div class="card border-0 bg-body-tertiary shadow-sm">
3291+
<div class="card-body p-3">
3292+
<div class="d-flex align-items-center gap-2 mb-3">
3293+
<i class="fas fa-align-left text-primary"></i>
3294+
<h3 class="h6 text-uppercase text-body-secondary fw-semibold mb-0">Description</h3>
3295+
</div>
3296+
3297+
<div>
3298+
<p>repository-local directories ignored by tooling</p>
3299+
3300+
</div>
3301+
</div>
3302+
</div>
3303+
</section>
3304+
3305+
3306+
3307+
3308+
</article> </div>
3309+
</section>
3310+
3311+
</div>
3312+
</section>
31763313

31773314

31783315
<section class="card border-0 shadow-sm">
@@ -3231,7 +3368,7 @@ <h4 class="h5 mb-2" id="method_getProjectPath">
32313368

32323369
<span class="text-body-tertiary">:</span>
32333370

3234-
<span class="badge text-bg-light border">37</span>
3371+
<span class="badge text-bg-light border">54</span>
32353372

32363373
</aside>
32373374
<div class="mb-4">
@@ -3362,7 +3499,7 @@ <h4 class="h5 mb-2" id="method_getToolingExcludedDirectories">
33623499

33633500
<span class="text-body-tertiary">:</span>
33643501

3365-
<span class="badge text-bg-light border">53</span>
3502+
<span class="badge text-bg-light border">70</span>
33663503

33673504
</aside>
33683505
<div class="mb-4">
@@ -3493,7 +3630,7 @@ <h4 class="h5 mb-2" id="method_getToolingSourcePaths">
34933630

34943631
<span class="text-body-tertiary">:</span>
34953632

3496-
<span class="badge text-bg-light border">77</span>
3633+
<span class="badge text-bg-light border">102</span>
34973634

34983635
</aside>
34993636
<div class="mb-4">
@@ -3713,12 +3850,30 @@ <h5 class="modal-title d-flex align-items-center gap-2" id="source-view-label">
37133850
<div>
37143851
<div class="small text-uppercase fw-semibold text-body-secondary mb-2">Table of contents</div>
37153852
<div class="list-group list-group-flush">
3853+
<a class="list-group-item list-group-item-action px-0 py-2 border-0 bg-transparent" href="classes/FastForward-DevTools-Path-WorkingProjectPathResolver.html#toc-constants">
3854+
Constants
3855+
</a>
37163856
<a class="list-group-item list-group-item-action px-0 py-2 border-0 bg-transparent" href="classes/FastForward-DevTools-Path-WorkingProjectPathResolver.html#toc-methods">
37173857
Methods
37183858
</a>
37193859
</div>
37203860
</div>
37213861

3862+
<div>
3863+
<div class="small text-uppercase fw-semibold text-body-secondary mb-2 d-flex align-items-center gap-2">
3864+
<i class="fas fa-thumbtack text-warning"></i>
3865+
<span>Constants</span>
3866+
</div>
3867+
3868+
<div class="list-group list-group-flush">
3869+
<a
3870+
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"
3871+
href="classes/FastForward-DevTools-Path-WorkingProjectPathResolver.html#constant_TOOLING_EXCLUDED_DIRECTORIES"
3872+
>
3873+
<span class="text-truncate">TOOLING_EXCLUDED_DIRECTORIES</span>
3874+
</a>
3875+
</div>
3876+
</div>
37223877

37233878

37243879
<div>

previews/pr-270/commands/metrics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3025,7 +3025,7 @@ <h2>Options</h2>
30253025
<p>Comma-separated directories that should be excluded from analysis.</p>
30263026

30273027
<p>Default:
3028-
<code>vendor,tmp,cache,spec,build,.dev-tools,backup,resources,tests/Fixtures</code>
3028+
<code>vendor,tmp,cache,spec,build,.dev-tools,backup,resources</code>
30293029
.</p>
30303030
</dd>
30313031
<dt><code>--target=&lt;directory&gt;</code>

previews/pr-270/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 Sun Apr 26 21:34:39 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 Sun Apr 26 22:06:02 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-270/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 Sun Apr 26 21:34:39 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 Sun Apr 26 22:06:02 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-270/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 Sun Apr 26 21:34:39 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 26 22:06:02 UTC 2026.</small>
145145
</p>
146146
</footer>
147147
</div>

previews/pr-270/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 Sun Apr 26 21:34:39 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 Sun Apr 26 22:06:02 UTC 2026.</small>
129129
</p>
130130
</footer>
131131
</div>

previews/pr-270/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 Sun Apr 26 21:34:39 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 Sun Apr 26 22:06:02 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-270/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 Sun Apr 26 21:34:39 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 26 22:06:02 UTC 2026.</small>
145145
</p>
146146
</footer>
147147
</div>

previews/pr-270/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 Sun Apr 26 21:34:39 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 Sun Apr 26 22:06:02 UTC 2026.</small>
116116
</p>
117117
</footer>
118118
</div>

previews/pr-270/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 Sun Apr 26 21:34:39 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 Sun Apr 26 22:06:02 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>

0 commit comments

Comments
 (0)