File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1313 new Facile \CodingStandards \Rules \ArrayRulesProvider ($ additionalRules ),
1414]);
1515
16- $ config = PhpCsFixer \Config:: create ();
16+ $ config = new PhpCsFixer \Config ();
1717$ config ->setRules ($ rulesProvider ->getRules ());
1818$ config ->setRiskyAllowed (true );
1919
20- $ finder = PhpCsFixer \Finder:: create ();
20+ $ finder = new PhpCsFixer \Finder ();
2121
2222$ autoloadPathProvider = new Facile \CodingStandards \AutoloadPathProvider ();
2323$ finder ->in ($ autoloadPathProvider ->getPaths ());
Original file line number Diff line number Diff line change 44 "type" : " library" ,
55 "license" : " MIT" ,
66 "config" : {
7- "sort-packages" : true
7+ "sort-packages" : true ,
8+ "allow-plugins" : {
9+ "facile-it/facile-coding-standard" : true ,
10+ "phpstan/extension-installer" : true
11+ }
812 },
913 "bin" : [
1014 " bin/terminable-loop-command.sh"
3135 "symfony/console" : " ^4.4 | ^5.4 | ^6.0"
3236 },
3337 "require-dev" : {
34- "facile-it/facile-coding-standard" : " ^0.4.0 " ,
38+ "facile-it/facile-coding-standard" : " ^0.5.2 " ,
3539 "jangregor/phpstan-prophecy" : " ^0.8.1" ,
3640 "phpstan/extension-installer" : " ^1.0" ,
3741 "phpstan/phpstan" : " ^0.12.55" ,
You can’t perform that action at this time.
0 commit comments