Skip to content

Commit a7b8db9

Browse files
committed
Cast more MethodIdentifiers
1 parent 8c6e830 commit a7b8db9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/TestCaseHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public static function afterStatementAnalysis(
197197
$provider_method_exists = $codebase->methodExists(
198198
(string) $provider_method_id,
199199
$provider_docblock_location,
200-
$declaring_method_id
200+
(string) $declaring_method_id
201201
);
202202

203203
if (!$provider_method_exists) {

0 commit comments

Comments
 (0)