Skip to content

Enhance documentation, add scripts for composer.json and apply fixed phpdoc-property annotations.#257

Merged
terabytesoftw merged 5 commits intoyiisoft:masterfrom
terabytesoftw:fix_mini_1
Feb 14, 2026
Merged

Enhance documentation, add scripts for composer.json and apply fixed phpdoc-property annotations.#257
terabytesoftw merged 5 commits intoyiisoft:masterfrom
terabytesoftw:fix_mini_1

Conversation

@terabytesoftw
Copy link
Copy Markdown
Member

Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Tests pass?

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.14%. Comparing base (eb412af) to head (f32586f).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #257   +/-   ##
=========================================
  Coverage     98.14%   98.14%           
  Complexity      268      268           
=========================================
  Files            16       16           
  Lines           756      756           
=========================================
  Hits            742      742           
  Misses           14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@terabytesoftw terabytesoftw requested a review from a team February 11, 2026 00:21
@terabytesoftw terabytesoftw added the status:code review The pull request needs review. label Feb 11, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates developer-facing documentation and tooling, while adjusting a few PHPDoc property annotations to better reflect the actual API behavior.

Changes:

  • Added composer.json scripts for code style checks, static analysis, and tests, and documented how to use them.
  • Updated PHPDoc property annotations in Request and HttpClientPanel and aligned PHPStan baseline entries to the new tags.
  • Refreshed README badges/logo and added links to the new internal documentation.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
src/debug/HttpClientPanel.php Switches $methods/$types PHPDoc to @property-read.
src/Request.php Updates $options property annotation and adds $outputFile property annotation.
phpstan-baseline.neon Adjusts baseline regex messages to match updated PHPDoc tags.
docs/internals.md New doc explaining how to run validation via composer scripts.
composer.json Adds cs, cs-fix, static, tests scripts.
README.md Updates branding/badges and links to internals doc.
CHANGELOG.md Adds an entry documenting the change set.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@terabytesoftw terabytesoftw added type:enhancement Enhancement and removed type:bug Bug labels Feb 12, 2026
@terabytesoftw terabytesoftw merged commit 9e4b99a into yiisoft:master Feb 14, 2026
36 of 46 checks passed
@terabytesoftw terabytesoftw deleted the fix_mini_1 branch February 14, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status:code review The pull request needs review. type:enhancement Enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants