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

Fix/suppress failures

This commit is contained in:
Matt Brown 2021-05-19 15:30:36 -04:00
parent ecb4ca8730
commit 3a811f1fb5
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ class IssueSuppressionTest extends TestCase
'somefile.php',
'<?php
/** @psalm-suppress UncaughtThrowInGlobalScope */
strlen("a");'
echo "hello";'
);
$context = new Context();

View File

@ -2262,7 +2262,7 @@ class ClassTemplateTest extends TestCase
return iterableToArray($t);
}',
],
'templateStaticWithParam' => [
'SUPPRESS-templateStaticWithParam' => [
'<?php
/**
* @template T