Fixes default value for PHP Cs Fixer ( #833 )

This commit is contained in:
Mehmet Ali Ergut 2015-05-12 00:29:45 +03:00
parent 92ee90998a
commit f55b336900

View file

@ -32,10 +32,10 @@ class PhpCsFixer implements \PHPCI\Plugin
protected $build;
protected $workingDir = '';
protected $level = ' --level=all';
protected $level = ' --level=psr2';
protected $verbose = '';
protected $diff = '';
protected $levels = array('psr0', 'psr1', 'psr2', 'all');
protected $levels = array('psr0', 'psr1', 'psr2', 'symfony');
/**
* Standard Constructor