1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
This commit is contained in:
Matthew Brown 2018-07-21 20:30:38 -04:00
parent e439c9e8a3
commit c33bebb908

View File

@ -1524,7 +1524,7 @@ class PropertyTypeTest extends TestCase
private function privateMethod() : void {}
}',
'error_message' => 'MissingConstructor',
'error_message' => 'PropertyNotSetInConstructor',
],
'privatePropertySetInParentConstructorReversedOrder' => [
'<?php