Documentation review fixes - #100
Merged
Merged
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: Warning Your free Security trial is over. An organization admin can upgrade to Advanced for continuous pull request security review or dismiss this notice. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes every finding of the 2026-09-04 documentation review (3 critical, 4 warnings, 3 notes) — docs only, no runtime code changed.
Critical
bypassFinals()and the runner adapters are «being built next» — both shipped long ago and are documented earlier in the same file.expect(…)->never(); the supported form isexpect(…)->times(0). Fixed in the source page (docs/src/guide/migrating-from-phpunit.md) andMIGRATION.mdregenerated viarender-migration.mjs.Warnings
5.38׳(a damaged character) →5.38³— the footnote marker now points at the footnote, in both READMEs.: staticloose-default rule from 0.7.0._plans/UNDERSTUDY-DOCS-SITE-PLAN.mdreplaced with where the decisions live.examples/README.mdnow documentscase-studies/and its gate (make docs-cookbook/ docs CI) — the scripts were gated all along, just undiscoverable.Notes
when/expect/expectSequence/verify).idle()comments everywhere now say what it does: covers every context of the test (README EN/RU, llms.txt, guide pages).make buildcomment lists everything the script runs, including integration and examples.Verification:
bin/package-auditPASS; docs integrity, anchor and migration checks PASS;composer buildgreen (part of the family-widebin/dev build 'understudy*'run — 5/5 OK).