Skip to content

Commit

Permalink
Fix for symfony code standards
Browse files Browse the repository at this point in the history
  • Loading branch information
senkal committed Dec 22, 2014
1 parent 6f56270 commit f6fac50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/console/introduction.rst
Expand Up @@ -88,7 +88,7 @@ an ``Application`` and adds commands to it::
<?php
// application.php

require __DIR__ . '/vendor/autoload.php';
require __DIR__.'/vendor/autoload.php';

use Acme\Console\Command\GreetCommand;
use Symfony\Component\Console\Application;
Expand Down

0 comments on commit f6fac50

Please sign in to comment.