mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Use PHP 8.1 when testing AmbiguousConstantInheritance.
This commit is contained in:
parent
0b81f46bb1
commit
b68c6116d8
@ -14,7 +14,6 @@ interface Foo
|
||||
interface Bar
|
||||
{
|
||||
/**
|
||||
* @psalm-suppress OverriddenInterfaceConstant
|
||||
* @var non-empty-string
|
||||
*/
|
||||
public const CONSTANT='bar';
|
||||
|
@ -319,6 +319,7 @@ class DocumentationTest extends TestCase
|
||||
$ignored_issues = ['UnusedVariable'];
|
||||
break;
|
||||
|
||||
case 'AmbiguousConstantInheritance':
|
||||
case 'InvalidEnumBackingType':
|
||||
case 'InvalidEnumCaseValue':
|
||||
case 'DuplicateEnumCase':
|
||||
|
Loading…
Reference in New Issue
Block a user