Skip to content

[#518] Fix middleware template signature mismatches#519

Merged
armanist merged 1 commit into
softberg:masterfrom
armanist:issue/518-toolkit-void-signatures
May 13, 2026
Merged

[#518] Fix middleware template signature mismatches#519
armanist merged 1 commit into
softberg:masterfrom
armanist:issue/518-toolkit-void-signatures

Conversation

@armanist
Copy link
Copy Markdown
Member

Closes #518

@armanist armanist added this to the 3.0.0 milestone May 13, 2026
@armanist armanist added bug Something isn't working enhancement New feature or request refactoring labels May 13, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 13, 2026

Warning

Rate limit exceeded

@armanist has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 22 minutes and 10 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ 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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 37443b02-224c-4c99-92a3-cb18edc88b7d

📥 Commits

Reviewing files that changed from the base of the PR and between c236264 and 0da6883.

📒 Files selected for processing (4)
  • CHANGELOG.md
  • src/Module/Templates/DemoWeb/src/Middlewares/Password.php.tpl
  • src/Module/Templates/Toolkit/src/Middlewares/BaseMiddleware.php.tpl
  • src/Module/Templates/Toolkit/src/Middlewares/CreateTable.php.tpl
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.87%. Comparing base (c236264) to head (0da6883).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #519   +/-   ##
=========================================
  Coverage     90.87%   90.87%           
  Complexity     3070     3070           
=========================================
  Files           263      263           
  Lines          8100     8100           
=========================================
  Hits           7361     7361           
  Misses          739      739           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@armanist armanist merged commit 5710161 into softberg:master May 13, 2026
7 checks passed
@armanist armanist deleted the issue/518-toolkit-void-signatures branch May 13, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix middleware template signature mismatches (Password primary, Toolkit secondary)

1 participant