We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f39e87 commit df700daCopy full SHA for df700da
components/console/introduction.rst
@@ -85,7 +85,7 @@ an ``Application`` and adds commands to it::
85
use Symfony\Component\Console\Application;
86
87
$application = new Application();
88
- $application->add(new GreetCommand);
+ $application->add(new GreetCommand());
89
$application->run();
90
91
Test the new console command by running the following
0 commit comments