mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix line number
This commit is contained in:
parent
df33405635
commit
b6d5021251
@ -591,7 +591,7 @@ class MagicMethodAnnotationTest extends TestCase
|
||||
$child = new Child();
|
||||
$child->getString();
|
||||
$child->foo();',
|
||||
'error_message' => 'UndefinedMethod - src' . DIRECTORY_SEPARATOR . 'somefile.php:14:29 - Method Child::foo does not exist',
|
||||
'error_message' => 'UndefinedMethod - src' . DIRECTORY_SEPARATOR . 'somefile.php:13:29 - Method Child::foo does not exist',
|
||||
],
|
||||
'annotationInvalidArg' => [
|
||||
'<?php
|
||||
|
Loading…
Reference in New Issue
Block a user