mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-27 04:24:50 +01:00
Cast more MethodIdentifiers
This commit is contained in:
parent
8c6e83095e
commit
a7b8db9bf3
@ -197,7 +197,7 @@ class TestCaseHandler implements
|
||||
$provider_method_exists = $codebase->methodExists(
|
||||
(string) $provider_method_id,
|
||||
$provider_docblock_location,
|
||||
$declaring_method_id
|
||||
(string) $declaring_method_id
|
||||
);
|
||||
|
||||
if (!$provider_method_exists) {
|
||||
|
Loading…
Reference in New Issue
Block a user