1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Suppress issue in tests

This commit is contained in:
Matt Brown 2017-11-30 19:14:52 -05:00
parent d6960f526c
commit c112ca9a63

View File

@ -96,7 +96,7 @@ class MethodMutationTest extends TestCase
$this->assertSame('UserViewData', (string)$method_context->vars_in_scope['$this->user_viewdata']);
$this->assertSame('string', (string)$method_context->vars_in_scope['$this->user_viewdata->name']);
/** @psalm-suppress */
/** @psalm-suppress InvalidScalarArgument */
$this->assertTrue($method_context->vars_possibly_in_scope['$this->title']);
}