1
0
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:
Markus Staab 2023-05-30 08:43:54 +02:00 committed by GitHub
parent 2bbfca6d9f
commit 9af897f328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1656,7 +1656,7 @@ class ConstantTest extends TestCase
'php_version' => '8.2', 'php_version' => '8.2',
], ],
'constantEnumSelfReference' => [ 'constantEnumSelfReference' => [
'code' => '<?php<?php 'code' => '<?php
enum Bar: string { enum Bar: string {
case A = "a"; case A = "a";
case B = "b"; case B = "b";