1
0
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:
Matthew Brown 2019-04-14 13:25:12 -04:00
parent e2c3eaebc5
commit f788fb10db

View File

@ -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'
],
];
}