Skip to content

Commit b073efd

Browse files
Update tomasvotruba/type-coverage requirement from 0.2.4 to 0.2.5 (#151)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Markus Staab <[email protected]>
1 parent 1a377e1 commit b073efd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/var-dumper": "^5.3",
2424
"thecodingmachine/phpstan-safe-rule": "^1.2",
2525
"tomasvotruba/cognitive-complexity": "0.2.3",
26-
"tomasvotruba/type-coverage": "0.2.4",
26+
"tomasvotruba/type-coverage": "0.2.5",
2727
"tomasvotruba/unused-public": "0.3.8"
2828
},
2929
"config": {

lib/BaselineAnalyzer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class BaselineAnalyzer
2626
* @api
2727
* @var string
2828
*/
29-
public const RETURN_TYPE_DEClARATION_SEA_LEVEL_MESSAGE = 'Out of %d possible return types, only %d - %.1f %% actually have it. Add more return types to get over %d %%';
29+
public const RETURN_TYPE_DEClARATION_SEA_LEVEL_MESSAGE = 'Out of %d possible return types, only %d - %.1f %% actually have it. Add more return types to get over %s %%';
3030

3131
/**
3232
* @var Baseline

0 commit comments

Comments
 (0)