Update PhpCsFixer plugin

This commit is contained in:
Emmanuel Vella 2015-07-09 14:10:21 +00:00 committed by Dmitry Khomutov
parent e4db6efaf3
commit 9cb1fc7ccc

View file

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