-
-
Notifications
You must be signed in to change notification settings - Fork 495
[FrameworkBundle] Use an array for exclude directive #802
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.
8000Already on GitHub? Sign in to your account
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.
Pull request passes validation.
Great change for DX because it simpler to add path than editing the glob 👍 Thanks! |
this is not supported in 4.2 IIRC. It was added in a later version. |
@stof I think it is: symfony/symfony#27075 is part of 4.2 |
Oh indeed. |
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.
Pull request passes validation.
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.
Pull request passes validation.
👍 I like this. Thanks Grég. I don't approve it because then it will have 2 official approves and it will be merged automatically. I'd prefer if Nico and/or Fabien approve this change. Thanks! |
…lexander-schranz) This PR was merged into the 4.4 branch. Discussion ---------- Update service documentation with udpate recipe files The asterisk was removed some time ago as not required and the Tests and Migrations are also were also removed from exclude. See discussion about asterisk here: symfony/recipes#802 (comment) Commits ------- b89847e Update service documentation with udpate recipe files
IMHO, this notation is easier to understand. More over it scales really
better. Finally this notation is not documented on the following
page