File tree Expand file tree Collapse file tree 4 files changed +373
-8
lines changed Expand file tree Collapse file tree 4 files changed +373
-8
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ $finder = PhpCsFixer\Finder::create()
9
9
;
10
10
11
11
return PhpCsFixer \Config::create ()
12
+ ->setRiskyAllowed (true )
12
13
->setRules ([
13
14
'@PSR2 ' => true ,
14
15
'no_unused_imports ' => true ,
Original file line number Diff line number Diff line change @@ -30,3 +30,4 @@ Support
30
30
31
31
- Create an issue on the main [ Phpactor] ( https://github.com/phpactor/phpactor ) repository.
32
32
- Join the ` #phpactor ` channel on the Slack [ Symfony Devs] ( https://symfony.com/slack-invite ) channel.
33
+
Original file line number Diff line number Diff line change 20
20
"require-dev" : {
21
21
"fig/event-dispatcher-util" : " ^1.0" ,
22
22
"friendsofphp/php-cs-fixer" : " ^2.17" ,
23
+ "phpbench/phpbench" : " dev-master" ,
23
24
"phpspec/prophecy-phpunit" : " ^2.0" ,
24
25
"phpstan/phpstan" : " ~0.12.0" ,
25
26
"phpunit/phpunit" : " ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments