Skip to content

Dev#16

Merged
hakrichTech merged 18 commits into
mainfrom
dev
Jun 17, 2026
Merged

Dev#16
hakrichTech merged 18 commits into
mainfrom
dev

Conversation

@hakrichTech

Copy link
Copy Markdown
Contributor

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring / internal improvement
  • Test / CI improvement

Related Issues

Checklist

  • My code follows the project's coding style
  • I have added / updated tests that cover my changes
  • All existing tests still pass (composer test)
  • PHPStan passes at level 8 (composer phpstan)
  • I have updated the documentation / README if needed
  • The CHANGELOG.md entry is written (if user-facing)

Testing

# Example test steps
composer install
composer test

Screenshots / Terminal Output

Alshatri and others added 18 commits May 3, 2026 18:32
…ode clarity

- Updated write, writeError, writeRaw, and writeErrorRaw methods in ConsoleIO to use mixed type for messages.
- Enhanced readability by adding new lines and consistent formatting in ConsoleIO, Colors, Fuzzy, Input, Key, RenderContext, Renderer, Shell, ShellResult, Spinner, SpinnerFrames, State, Terminal, Hooks, IOInterface, IPromptComponent, IRenderer, and NullIO.
- Introduced a new filtered method in State for case-insensitive substring matching.
- Added .editorconfig and .gitattributes for consistent coding standards and line endings.
- Created phpunit.xml.dist and rector.php for testing and code quality tools.
- Updated tests for consistency and clarity in various test files.
…Spinner, and their components

- Introduced BufferIOUserInputsTest to validate user input handling in commands.
- Added ShellTest to ensure shell command execution and output capture works correctly.
- Created AlertTest to verify alert rendering for success, error, warning, and info messages.
- Implemented RendererTest to check rendering logic and output for various states.
- Developed SpinnerFramesTest and SpinnerTest to validate spinner frame functionality and behavior.
…update CoversClass attributes

- Updated test classes (ColorsTest, FuzzyTest, HooksTest, InputTest, KeyTest, NullIOTest, RenderContextTest, RendererTest, ShellResultTest, SpinnerFramesTest, SpinnerTest, StateTest, TableTest) to use static function syntax for closures in various test methods.
- Changed CoversClass attributes to use the class name directly instead of the fully qualified name.
- Cleaned up formatting for better consistency across test files.
@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@hakrichTech, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 38 minutes and 11 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: a65dd326-7a87-43e8-af63-cf5bb7b881f3

📥 Commits

Reviewing files that changed from the base of the PR and between 64541e0 and de97a56.

📒 Files selected for processing (1)
  • src/Components/RadioGroup.php
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@hakrichTech hakrichTech merged commit aec0a33 into main Jun 17, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants