Skip to content

Commit

Permalink
Fix-GH-10933-And-GH-10951
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-worman committed May 4, 2024
1 parent b2c6093 commit 7f0cc3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/MissingClassConstTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class A {
'ignored_issues' => [],
'php_version' => '8.3',
],
'has type; >= PHP 8.3; but class is final' => [
'no type; >= PHP 8.3; but class is final' => [
'code' => <<<'PHP'
<?php
final class A {
Expand All @@ -38,7 +38,7 @@ final class A {
'ignored_issues' => [],
'php_version' => '8.3',
],
'has type; >= PHP 8.3; but psalm-suppressed' => [
'no type; >= PHP 8.3; but psalm-suppressed' => [
'code' => <<<'PHP'
<?php
class A {
Expand Down

0 comments on commit 7f0cc3b

Please sign in to comment.