1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix test failure

This commit is contained in:
Matt Brown 2018-05-09 15:49:22 -04:00
parent ad94761e15
commit afe3b936d4

View File

@ -167,6 +167,7 @@ class PropertyTypeTest extends TestCase
'error_levels' => [
'UndefinedThisPropertyFetch',
'MixedAssignment',
'MixedArgument',
'MixedMethodCall',
'MixedPropertyFetch',
],