Skip to content

Conversation

@hmacr
Copy link
Contributor

@hmacr hmacr commented Nov 26, 2025

Added lint check for restricting assertEquals. Instead assertSame is suggested.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 26, 2025

Warning

Rate limit exceeded

@hmacr has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 15 minutes and 13 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 5c57d5b and c12236c.

⛔ Files ignored due to path filters (1)
  • composer.lock is excluded by !**/*.lock
📒 Files selected for processing (21)
  • composer.json (1 hunks)
  • phpstan.neon (1 hunks)
  • src/PHPStan/DisallowAssertEqualsExtension.php (1 hunks)
  • tests/Validator/ArrayListTest.php (4 hunks)
  • tests/Validator/AssocTest.php (1 hunks)
  • tests/Validator/BooleanTest.php (2 hunks)
  • tests/Validator/DomainTest.php (5 hunks)
  • tests/Validator/FloatValidatorTest.php (2 hunks)
  • tests/Validator/HexColorTest.php (1 hunks)
  • tests/Validator/HostTest.php (1 hunks)
  • tests/Validator/HostnameTest.php (1 hunks)
  • tests/Validator/IPTest.php (1 hunks)
  • tests/Validator/IntegerTest.php (2 hunks)
  • tests/Validator/JSONTest.php (1 hunks)
  • tests/Validator/MultipleOfTest.php (2 hunks)
  • tests/Validator/NumericTest.php (1 hunks)
  • tests/Validator/RangeTest.php (2 hunks)
  • tests/Validator/TextTest.php (1 hunks)
  • tests/Validator/URLTest.php (1 hunks)
  • tests/Validator/WhiteListTest.php (3 hunks)
  • tests/Validator/WildcardTest.php (1 hunks)
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch phpstan-disallow-assert-equals

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.

@Meldiron Meldiron merged commit 4c34146 into main Nov 26, 2025
4 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.

3 participants