mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Fixed typo in ConstantTest
This commit is contained in:
parent
2bbfca6d9f
commit
9af897f328
@ -1656,7 +1656,7 @@ class ConstantTest extends TestCase
|
||||
'php_version' => '8.2',
|
||||
],
|
||||
'constantEnumSelfReference' => [
|
||||
'code' => '<?php<?php
|
||||
'code' => '<?php
|
||||
enum Bar: string {
|
||||
case A = "a";
|
||||
case B = "b";
|
||||
|
Loading…
Reference in New Issue
Block a user