File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1313 //->withPhpSets()
1414 ->withPhp74Sets ()
1515 ->withPhpVersion (70400 )
16- ->withTypeCoverageLevel (21 )
16+ ->withRules (\ Art4 \ RectorBcLibrary \Set:: withTypeCoverageLevel (25 ) )
1717 ->withPreparedSets (
1818 true ,
1919 true
2020 )
21- ->withSets ([
22- \Art4 \RectorBcLibrary \Set::SET ,
23- ])
2421;
Original file line number Diff line number Diff line change 3030 "psr/http-factory" : " ^1.0"
3131 },
3232 "require-dev" : {
33- "art4/rector-bc-library" : " dev-main#1cf3b8908e28b2bebc2fb26f7d151491dd23471f " ,
33+ "art4/rector-bc-library" : " 0.1.0-dev " ,
3434 "behat/behat" : " ^3.14" ,
3535 "friendsofphp/php-cs-fixer" : " ^3.68" ,
3636 "guzzlehttp/psr7" : " ^2" ,
Original file line number Diff line number Diff line change @@ -28,10 +28,7 @@ abstract class AbstractApi implements Api
2828 */
2929 protected $ client ;
3030
31- /**
32- * @var HttpClient
33- */
34- private $ httpClient ;
31+ private \Redmine \Http \HttpClient $ httpClient ;
3532
3633 /**
3734 * @var Response
You can’t perform that action at this time.
0 commit comments