Skip to content

Commit

Permalink
Update introduction.rst
Browse files Browse the repository at this point in the history
Little PHP-CS-Fixer
  • Loading branch information
cafferata authored and wouterj committed Apr 4, 2015
1 parent 7f39e87 commit df700da
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 df700da

Please sign in to comment.