8000 Fix for symfony code standards · aitboudad/symfony-docs@f6fac50 · GitHub
[go: up one dir, main page]

Skip to content

Commit f6fac50

Browse files
committed
Fix for symfony code standards
1 parent 6f56270 commit f6fac50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ an ``Application`` and adds commands to it::
8888
<?php
8989
// application.php
9090

91-
require __DIR__ . '/vendor/autoload.php';
91+
require __DIR__.'/vendor/autoload.php';
9292

9393
use Acme\Console\Command\GreetCommand;
9494
use Symfony\Component\Console\Application;

0 commit comments

Comments
 (0)
0