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

Fix build failure - MixedPropertyAssignment should be expected in test.

This is assigning to a property of type mixed?
This commit is contained in:
Tyson Andre 2017-11-07 13:21:39 -08:00 committed by Matthew Brown
parent ba426c9dbf
commit a50783404f

View File

@ -637,7 +637,7 @@ final class B extends A {}',
$a = (new Foo());
$a->foo = "hello";',
'error_message' => '',
'error_message' => 'MixedPropertyAssignment',
'error_levels' => [
'MissingPropertyType',
'MixedAssignment',