mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Suppress issue in tests
This commit is contained in:
parent
d6960f526c
commit
c112ca9a63
@ -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']);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user