Skip to content
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

Add missing autoload include in basic console application example #4641

Merged
merged 2 commits into from
Dec 22, 2014
Merged

Add missing autoload include in basic console application example #4641

merged 2 commits into from
Dec 22, 2014

Conversation

senkal
Copy link
Contributor

@senkal senkal commented Dec 12, 2014

Q A
Doc fix? [yes]
New doc [no]
Applies to all
Fixed tick

@@ -88,6 +88,8 @@ an ``Application`` and adds commands to it::
<?php
// application.php

require __DIR__ . '/vendor/autoload.php';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please remove the spaces around the dot to comply with Symfony's CS?

@xabbuh
Copy link
Member

xabbuh commented Dec 22, 2014

I think the change is reasonable to complete the code example. 👍

@senkal Can you fix my minor comment?

@senkal
Copy link
Contributor Author

senkal commented Dec 22, 2014

@xabbuh Done.

@weaverryan
Copy link
Member

Ah, nice catch - you're absolutely right. Thanks Marcin!

@weaverryan weaverryan merged commit f6fac50 into symfony:2.3 Dec 22, 2014
weaverryan added a commit that referenced this pull request Dec 22, 2014
…xample (senkal)

This PR was merged into the 2.3 branch.

Discussion
----------

Add  missing autoload include in basic console application example

| Q                      | A
| ------------------- | ---
| Doc fix?           | [yes]
| New doc          | [no]
| Applies to           | all
| Fixed tick         |

Commits
-------

f6fac50 Fix for symfony code standards
6f56270 Add  missing autoload include in basic application example
@senkal senkal deleted the improve-basic-console-example branch December 22, 2014 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants