1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Fix failed test

This commit is contained in:
Semyon 2021-10-14 18:00:32 +03:00
parent 0f6acacf31
commit 28385dc526

View File

@ -871,7 +871,7 @@ class MagicMethodAnnotationTest extends TestCase
/** @method D foo(int $s) */
class B extends A {}',
'error_message' => 'ImplementedParamTypeMismatch - src' . DIRECTORY_SEPARATOR . 'somefile.php:11:21',
'error_message' => 'ImplementedParamTypeMismatch - src' . DIRECTORY_SEPARATOR . 'somefile.php:11:33',
],
'parseBadMethodAnnotation' => [
'<?php