Skip to content

Commit df700da

Browse files
cafferatawouterj
authored andcommitted
Update introduction.rst
Little PHP-CS-Fixer
1 parent 7f39e87 commit df700da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ an ``Application`` and adds commands to it::
8585
use Symfony\Component\Console\Application;
8686

8787
$application = new Application();
88-
$application->add(new GreetCommand);
88+
$application->add(new GreetCommand());
8989
$application->run();
9090

9191
Test the new console command by running the following

0 commit comments

Comments
 (0)