File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616 "require-dev" : {
1717 "phpunit/phpunit" : " ^9.0" ,
1818 "php-coveralls/php-coveralls" : " ^2.0" ,
19- "rector/rector" : " ^0.15 .0" ,
19+ "rector/rector" : " ^0.17 .0" ,
2020 "vimeo/psalm" : " ^5.4"
2121 },
2222 "autoload" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<psalm
33 errorLevel =" 1"
4+ findUnusedCode =" false"
5+ findUnusedBaselineEntry =" true"
46 resolveFromConfigFile =" true"
57 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
68 xmlns =" https://getpsalm.org/schema/config"
Original file line number Diff line number Diff line change 2121 //$rectorConfigurator->import(SetList::PHP_80);
2222 //$rectorConfigurator->import(SetList::PHP_81);
2323 $ rectorConfigurator ->import (SetList::DEAD_CODE );
24- $ rectorConfigurator ->import (SetList::PSR_4 );
24+ // $rectorConfigurator->import(SetList::PSR_4);
2525 $ rectorConfigurator ->import (SetList::TYPE_DECLARATION );
2626
2727 $ rectorConfigurator ->skip ([
You can’t perform that action at this time.
0 commit comments