Skip to content

Commit

Permalink
minor #5145 Update introduction.rst (cafferata)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #5145).

Discussion
----------

Update introduction.rst

Little PHP-CS-Fixer

Commits
-------

df700da Update introduction.rst
  • Loading branch information
wouterj committed Apr 4, 2015
2 parents 7f39e87 + df700da commit b73346a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/console/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ an ``Application`` and adds commands to it::
use Symfony\Component\Console\Application;

$application = new Application();
$application->add(new GreetCommand);
$application->add(new GreetCommand());
$application->run();

Test the new console command by running the following
Expand Down

0 comments on commit b73346a

Please sign in to comment.