Skip to content

Commit

Permalink
Merge pull request #118 from AndrolGenhald/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Feb 11, 2022
2 parents 5dd3be0 + 02a9ac7 commit b1cad15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hooks/TestCaseHandler.php
Expand Up @@ -345,7 +345,7 @@ static function (
} elseif ($potential_argument_type->possibly_undefined && !$is_optional) {
IssueBuffer::accepts(new Issue\InvalidArgument(
'Argument ' . ($param_offset + 1) . ' of ' . $method_name
. ' has no default value, but possibly undefined '
. ' is not optional, but possibly undefined '
. $potential_argument_type->getId() . ' provided'
. ' by ' . $provider_method_id . '():(' . $provider_return_type_string . ')',
$provider_docblock_location
Expand Down

0 comments on commit b1cad15

Please sign in to comment.