We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f56270 commit f6fac50Copy full SHA for f6fac50
components/console/introduction.rst
@@ -88,7 +88,7 @@ an ``Application`` and adds commands to it::
88
<?php
89
// application.php
90
91
- require __DIR__ . '/vendor/autoload.php';
+ require __DIR__.'/vendor/autoload.php';
92
93
use Acme\Console\Command\GreetCommand;
94
use Symfony\Component\Console\Application;
0 commit comments