Skip to content

Commit

Permalink
Use PHP 8.1 when testing AmbiguousConstantInheritance.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed Jan 25, 2022
1 parent 0b81f46 commit b68c611
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docs/running_psalm/issues/AmbiguousConstantInheritance.md
Expand Up @@ -14,7 +14,6 @@ interface Foo
interface Bar
{
/**
* @psalm-suppress OverriddenInterfaceConstant
* @var non-empty-string
*/
public const CONSTANT='bar';
Expand Down
1 change: 1 addition & 0 deletions tests/DocumentationTest.php
Expand Up @@ -319,6 +319,7 @@ public function providerInvalidCodeParse(): array
$ignored_issues = ['UnusedVariable'];
break;

case 'AmbiguousConstantInheritance':
case 'InvalidEnumBackingType':
case 'InvalidEnumCaseValue':
case 'DuplicateEnumCase':
Expand Down

0 comments on commit b68c611

Please sign in to comment.