Update PhpCsFixer plugin

This commit is contained in:
Emmanuel Vella 2015-07-09 14:10:21 +00:00
parent d698b11673
commit 6e5ede8073

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