File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414use KonradMichalik \PhpCsFixerPreset \Config ;
1515use KonradMichalik \PhpCsFixerPreset \Rules \Header ;
16- use KonradMichalik \PhpCsFixerPreset \Rules \Set \Set ;
16+ use KonradMichalik \PhpCsFixerPreset \Rules \Set \RuleSet ;
1717use KonradMichalik \PhpDocBlockHeaderFixer \Generators \DocBlockHeader ;
1818use KonradMichalik \PhpDocBlockHeaderFixer \Rules \DocBlockHeaderFixer ;
1919use Symfony \Component \Finder \Finder ;
2828 Header::fromComposer ($ rootPath .'/composer.json ' ),
2929 )
3030 ->withRule (
31- Set ::fromArray (
31+ RuleSet ::fromArray (
3232 DocBlockHeader::fromComposer ($ rootPath .'/composer.json ' )->__toArray (),
3333 ),
3434 )
Original file line number Diff line number Diff line change 1010 "armin/editorconfig-cli" : " ^2.2.1" ,
1111 "ergebnis/composer-normalize" : " ^2.51.0" ,
1212 "helmich/typo3-typoscript-lint" : " ^3.3.0" ,
13- "konradmichalik/php-cs-fixer-preset" : " ^0.1 .1" ,
13+ "konradmichalik/php-cs-fixer-preset" : " ^0.2 .1" ,
1414 "konradmichalik/php-doc-block-header-fixer" : " ^0.3.3" ,
1515 "konradmichalik/phpstan-typo3-preset" : " ^0.2" ,
1616 "move-elevator/composer-translation-validator" : " ^1.4.0" ,
You can’t perform that action at this time.
0 commit comments