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:
parent
ba426c9dbf
commit
a50783404f
@ -637,7 +637,7 @@ final class B extends A {}',
|
||||
$a = (new Foo());
|
||||
|
||||
$a->foo = "hello";',
|
||||
'error_message' => '',
|
||||
'error_message' => 'MixedPropertyAssignment',
|
||||
'error_levels' => [
|
||||
'MissingPropertyType',
|
||||
'MixedAssignment',
|
||||
|
Loading…
Reference in New Issue
Block a user