File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
33 <phar name =" phpab" version =" ^1.29" installed =" 1.29.3" location =" ./tools/phpab" copy =" true" />
4- <phar name =" php-cs-fixer" version =" ^3.80" installed =" 3.91.0 " location =" ./tools/php-cs-fixer" copy =" true" />
4+ <phar name =" php-cs-fixer" version =" ^3.80" installed =" 3.91.2 " location =" ./tools/php-cs-fixer" copy =" true" />
55 <phar name =" psalm" version =" ^5.26" installed =" 5.26.1" location =" ./tools/psalm" copy =" true" />
66 <phar name =" humbug/php-scoper" version =" ^0.18" installed =" 0.18.18" location =" ./tools/php-scoper" copy =" true" />
77 <phar name =" composer" version =" ^2.8" installed =" 2.9.2" location =" ./tools/composer" copy =" true" />
Original file line number Diff line number Diff line change 2424
2525$ config = new PhpCsFixer \Config ;
2626$ config ->setFinder ($ finder )
27- ->setUnsupportedPhpVersionAllowed (true )
2827 ->setRiskyAllowed (true )
2928 ->setRules ([
3029 'align_multiline_comment ' => true ,
You can’t perform that action at this time.
0 commit comments