-
Notifications
You must be signed in to change notification settings - Fork 34
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
use new bundle strategy #186
Conversation
About the directory structure, there is one more possible change that matches the modern skeleton: the |
@yceruto - I was just thinking about the best way to handle that. |
@yceruto - I'm wondering if we could / should add array "shape" annotation(s) to https://github.com/symfony/symfony/blob/65ccca07588b108246a2aa3f5c8214e045c376be/src/Symfony/Component/HttpKernel/Bundle/AbstractBundle.php#L38 for better DX Fixed by: 089cec8 |
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.
Code looks good to me
wip -see symfony/symfony-docs#19793add test to ensure if- To be completed under [tests] add test to ensure iflifetime
is changed in userland - the new value is used in the helper... this may already be a thinglifetime
is changed in userland - the new value is used in the helper... #187