Cast more MethodIdentifiers

This commit is contained in:
Bruce Weirdan 2020-03-30 06:06:56 +03:00
parent 8c6e83095e
commit a7b8db9bf3
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -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) {