Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
fix styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Apr 4, 2016
1 parent f1b78be commit d01f6e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
preset: symfony

disabled: [phpdoc_to_comment]
2 changes: 1 addition & 1 deletion app/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Composer\Autoload\ClassLoader;

/**
* @var ClassLoader $loader
* @var ClassLoader
*/
$loader = require __DIR__.'/../vendor/autoload.php';

Expand Down
2 changes: 1 addition & 1 deletion web/app_dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

/**
* @var Composer\Autoload\ClassLoader $loader
* @var Composer\Autoload\ClassLoader
*/
$loader = require __DIR__.'/../app/autoload.php';
Debug::enable();
Expand Down

0 comments on commit d01f6e2

Please # to comment.