From 15e53e78429868a2cdd1535c34e3d0e95181c90d Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Sun, 17 Apr 2016 16:43:54 +0200 Subject: [PATCH] comment --- src/ConfigBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ConfigBridge.php b/src/ConfigBridge.php index 9ecc223..622ba1b 100644 --- a/src/ConfigBridge.php +++ b/src/ConfigBridge.php @@ -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(); }