Skip to content

Commit 80f5383

Browse files
committed
fix merge
1 parent fcb3150 commit 80f5383

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/VarExporter/ProxyHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public static function generateLazyProxy(?\ReflectionClass $class, array $interf
9292
throw new LogicException(sprintf('Cannot generate lazy proxy: class "%s" is final.', $class->name));
9393
}
9494
if (\PHP_VERSION_ID < 80300 && $class?->isReadOnly()) {
95-
if (\PHP_VERSION_ID >= 80200 && \PHP_VERSION_ID < 80300 && $class?->isReadOnly()) {
9695
throw new LogicException(sprintf('Cannot generate lazy proxy with PHP < 8.3: class "%s" is readonly.', $class->name));
9796
}
9897

0 commit comments

Comments
 (0)