From a7b8db9bf3d3fa0b341d2a4b276c54d32d36ac2e Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Mon, 30 Mar 2020 06:06:56 +0300 Subject: [PATCH] Cast more MethodIdentifiers --- hooks/TestCaseHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/TestCaseHandler.php b/hooks/TestCaseHandler.php index d302e57..63f1838 100644 --- a/hooks/TestCaseHandler.php +++ b/hooks/TestCaseHandler.php @@ -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) {