Skip to content

Commit b73346a

Browse files
committed
minor #5145 Update introduction.rst (cafferata)
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
2 parents 7f39e87 + df700da commit b73346a

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)