-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Removed code references to Symfony Standard Distribution #3427
Removed code references to Symfony Standard Distribution #3427
Conversation
@@ -84,11 +84,10 @@ and add the following to it:: | |||
You also need to create the file to run at the command line which creates | |||
an ``Application`` and adds commands to it:: | |||
|
|||
#!/usr/bin/env php | |||
<?php |
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.
you should remove this tag too, it breaks highlighting.
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.
done!
Awesome 👍! I just had one quick question I posted :) |
@weaverryan @wouterj reverted the shebang! Let me know if it's ok now. Also I rebased and squashed it! |
👍 looks good now! |
Yes, it's great now - thanks for your hard work - it's a nice detail to have right :). Cheers! |
…anielcsgomes) This PR was merged into the 2.3 branch. Discussion ---------- Removed code references to Symfony Standard Distribution | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | After talk with @wouterj on #3426 and IRC about references in the standalone Console component to the framework I decided to submit this PR to change the code that have some references to the Symfony Standard Distribution in the code. Commits ------- 4fd7022 Removed code references to Symfony Standard Distribution
👍 |
After talk with @wouterj on #3426 and IRC about references in the standalone Console component to the framework I decided to submit this PR to change the code that have some references to the Symfony Standard Distribution in the code.