Skip to content

Commit

Permalink
Update tomasvotruba/type-coverage requirement from 0.2.4 to 0.2.5 (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Staab <markus.staab@redaxo.de>
  • Loading branch information
dependabot[bot] and staabm committed Apr 15, 2024
1 parent 1a377e1 commit b073efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"symfony/var-dumper": "^5.3",
"thecodingmachine/phpstan-safe-rule": "^1.2",
"tomasvotruba/cognitive-complexity": "0.2.3",
"tomasvotruba/type-coverage": "0.2.4",
"tomasvotruba/type-coverage": "0.2.5",
"tomasvotruba/unused-public": "0.3.8"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion lib/BaselineAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class BaselineAnalyzer
* @api
* @var string
*/
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 %%';
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 %%';

/**
* @var Baseline
Expand Down

0 comments on commit b073efd

Please sign in to comment.