From afe3b936d4569d6c1e125dd3d97b715dd08582fe Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Wed, 9 May 2018 15:49:22 -0400 Subject: [PATCH] Fix test failure --- tests/PropertyTypeTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/PropertyTypeTest.php b/tests/PropertyTypeTest.php index 940c6bcfa..ab88814f6 100644 --- a/tests/PropertyTypeTest.php +++ b/tests/PropertyTypeTest.php @@ -167,6 +167,7 @@ class PropertyTypeTest extends TestCase 'error_levels' => [ 'UndefinedThisPropertyFetch', 'MixedAssignment', + 'MixedArgument', 'MixedMethodCall', 'MixedPropertyFetch', ],