Update PhpCsFixer plugin
This commit is contained in:
parent
e4db6efaf3
commit
9cb1fc7ccc
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue