Skip to content

Commit 7109815

Browse files
committed
fix - this test should not work in php < 8.1
1 parent f7aec82 commit 7109815

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/Original/471-invalid-indentation.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22
//passes:ReindentEnumBlocks
3+
//version:8.1.0
34
enum ExampleEnum {
45
/**
56
* Note.

tests/Original/471-invalid-indentation.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22
//passes:ReindentEnumBlocks
3+
//version:8.1.0
34
enum ExampleEnum {
45
/**
56
* Note.

0 commit comments

Comments
 (0)