-
Notifications
You must be signed in to change notification settings - Fork 74
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
fix: Controller container property assignment #179
fix: Controller container property assignment #179
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @mkilmanas
@evansims when it will be released? |
Hi, @alebedev80; we're currently in a code freeze until after the holidays. |
@evansims last release is broken. why not to release fix asap? |
@alebedev80 As a company policy, we are not permitted to cut releases during a code freeze, as the team is on vacation for the holidays and is unable to provide support. The problematic release was already purged from Packagist to avoid bugged installs. Once our code freeze is lifted, I will cut a release containing the fix as soon as possible. |
### Changes Fix syntax typo in the previous code change in `AuthenticationController::__construct()` ### References #178 #179 https://github.com/auth0/symfony/actions/runs/7279226624/job/19835136156 https://github.com/auth0/symfony/actions/runs/7279226624/job/19835137264 ### Testing [ ] This change adds test coverage [ ] This change has been tested on the latest version of Symfony ### Checklist [x] I have read the [Auth0 general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md) [x] I have read the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md) [ ] All existing and new tests complete without errors
**Fixed** - Syntax typo in AuthenticationController::__construct() [\#180](#180) ([mkilmanas](https://github.com/mkilmanas)) - Controller container property assignment [\#179](#179) ([mkilmanas](https://github.com/mkilmanas))
Changes
Please describe both what is changing and why this is important. Include:
References
[#178]
Testing
Previously Symfony (6.4) app container building (cache:clear) was throwing a fatal error, now it's not.
This change adds test coverage
This change has been tested on the latest version of Symfony
Checklist
I have read the Auth0 general contribution guidelines
I have read the Auth0 Code of Conduct
All existing and new tests complete without errors