Skip to content

Commit ba14364

Browse files
authored
remove useless if statement from SupportReflectorTest (#41578)
1 parent bffc647 commit ba14364

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/Support/SupportReflectorTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,12 @@ public function f(parent $x)
8989
}
9090
}
9191

92-
if (PHP_MAJOR_VERSION >= 8) {
93-
eval('
94-
namespace Illuminate\Tests\Support;
95-
9692
class C
9793
{
9894
public function f(A|Model $x)
9995
{
10096
//
10197
}
102-
}');
10398
}
10499

105100
class TestClassWithCall

0 commit comments

Comments
 (0)