Skip to content

Commit 4f16a81

Browse files
authored
Removed the requirement consul from service-governance. (#5585)
1 parent eb0c9b3 commit 4f16a81

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/Stub/FooEnum.php

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
*/
1212
namespace HyperfTest\Di\Stub;
1313

14-
enum FooEnum: int
15-
{
16-
case DEFAULT = 1;
14+
if (PHP_VERSION_ID > 80100) {
15+
enum FooEnum: int
16+
{
17+
case DEFAULT = 1;
18+
}
1719
}

0 commit comments

Comments
 (0)