-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[Security] Add callable type to CustomCredentials #60245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
BenMorel
commented
Apr 20, 2025
| Q | A |
|---|---|
| Branch? | 7.3 |
| Bug fix? | no |
| New feature? | no |
| Deprecations? | no |
| Issues | / |
| License | MIT |
daf532d to
46b0b53
Compare
|
Thank you @BenMorel. |
|
Phan is reporting an issue for this:
To compare: It's suggesting I change the return type from Should we add the correct return type? |
|
@nicodemuz Looks reasonable to me, can you send a PR? |
|
…lable parameter (Nico Hiort af Ornäs) This PR was merged into the 7.3 branch. Discussion ---------- [Security] Add bool return type to CustomCredentials callable parameter | Q | A | ------------- | --- | Branch? | 7.3 for bug fixes | Bug fix? | yes | New feature? | no <!-- if yes, also update src/**/CHANGELOG.md --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Issues | Fixes comment in [#60245](#60245 (comment)) | License | MIT <!-- 🛠️ Replace this text with a concise explanation of your change: - What it does and why it's needed - A simple example of how it works (include PHP, YAML, etc.) - If it modifies existing behavior, include a before/after comparison Contributor guidelines: - ✅ Add tests and ensure they pass - 🐞 Bug fixes must target the **lowest maintained** branch where they apply https://symfony.com/releases#maintained-symfony-branches - ✨ New features and deprecations must target the **feature** branch and must add an entry to the changelog file of the patched component: https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - 🔒 Do not break backward compatibility: https://symfony.com/bc --> Commits ------- cf02add Add bool return type to CustomCredentials callable parameter