Merge pull request #972 from memnuniyetsizim/master
Fixes default value for PHP Cs Fixer ( #833 )
This commit is contained in:
commit
6591ada85b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue