mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix line offset
This commit is contained in:
parent
e2c3eaebc5
commit
f788fb10db
@ -2372,7 +2372,7 @@ class PropertyTypeTest extends TestCase
|
||||
// nothing happens here
|
||||
}
|
||||
}',
|
||||
'error_message' => 'PropertyNotSetInConstructor - src' . DIRECTORY_SEPARATOR . 'somefile.php:14'
|
||||
'error_message' => 'PropertyNotSetInConstructor - src' . DIRECTORY_SEPARATOR . 'somefile.php:15'
|
||||
],
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user