Skip to content

Commit 5b9cb67

Browse files
committed
feat: increate to type coverage level 25
1 parent f8dd44a commit 5b9cb67

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.rector.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@
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
;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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",

src/Redmine/Api/AbstractApi.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)