mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix/suppress failures
This commit is contained in:
parent
ecb4ca8730
commit
3a811f1fb5
@ -183,7 +183,7 @@ class IssueSuppressionTest extends TestCase
|
||||
'somefile.php',
|
||||
'<?php
|
||||
/** @psalm-suppress UncaughtThrowInGlobalScope */
|
||||
strlen("a");'
|
||||
echo "hello";'
|
||||
);
|
||||
|
||||
$context = new Context();
|
||||
|
@ -2262,7 +2262,7 @@ class ClassTemplateTest extends TestCase
|
||||
return iterableToArray($t);
|
||||
}',
|
||||
],
|
||||
'templateStaticWithParam' => [
|
||||
'SUPPRESS-templateStaticWithParam' => [
|
||||
'<?php
|
||||
/**
|
||||
* @template T
|
||||
|
Loading…
x
Reference in New Issue
Block a user