Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 5, 2017
1 parent 03d6cfb commit dd4d731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/hidev.php
Expand Up @@ -12,10 +12,10 @@
'components' => [
'config' => [
'php-cs-fixer' => [
'class' => 'hidev\phpcsfixer\console\PhpCsFixerController',
'class' => \hidev\phpcsfixer\console\PhpCsFixerController::class,
],
'.php_cs' => [
'class' => 'hidev\phpcsfixer\console\PhpCsController',
'class' => \hidev\phpcsfixer\console\PhpCsController::class,
],
'binaries' => [
'php-cs-fixer' => [
Expand Down

0 comments on commit dd4d731

Please sign in to comment.