1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Refine test for windows compat

This commit is contained in:
Brown 2020-08-25 17:37:37 -04:00
parent 59e7f69d7b
commit 57ac0a3310

View File

@ -809,7 +809,7 @@ class FunctionClassStringTemplateTest extends TestCase
/** @psalm-trace $i */
$i = createInitializer($className, $realInstance);
}',
'error_message' => 'Trace - src/somefile.php:16:25 - $i: Closure(object):void'
'error_message' => 'Closure(object):void'
],
];
}