forked from wallabag/wallabag
Use Config constructor instead of deprecated named one
This commit is contained in:
committed by
Kevin Decherf
parent
5d736d874c
commit
ef9183f6c1
@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return PhpCsFixer\Config::create()
|
$config = new PhpCsFixer\Config();
|
||||||
|
return $config
|
||||||
->setRiskyAllowed(true)
|
->setRiskyAllowed(true)
|
||||||
->setRules([
|
->setRules([
|
||||||
'@Symfony' => true,
|
'@Symfony' => true,
|
||||||
|
|||||||
Reference in New Issue
Block a user