Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Apr 17, 2016
1 parent e3742fd commit 15e53e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigBridge.php
Expand Up @@ -90,7 +90,7 @@ class_exists('Symfony\CS\Fixer') ? Fixer::VERSION : Application::VERSION, // PHP
$this->output = new ConsoleOutput();
$this->output->getFormatter()->setStyle('warning', new OutputFormatterStyle('black', 'yellow'));
// PHP-CS-Fixer 1.x BC
if (class_exists('PhpCsFixer\FixerFactory')) {
if (class_exists('PhpCsFixer\FixerFactory')) { // PHP-CS-Fixer 2.x only
$this->fixerFactory = FixerFactory::create();
$this->fixerFactory->registerBuiltInFixers();
}
Expand Down

0 comments on commit 15e53e7

Please sign in to comment.