Skip to content

Commit 92c1341

Browse files
Add comment about native lazy objects
1 parent c9755ce commit 92c1341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/src/DependencyInjection/Compiler/DoctrineNativeLazyObjectsPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class DoctrineNativeLazyObjectsPass implements CompilerPassInterface
99
{
1010
public function process(ContainerBuilder $container): void
1111
{
12+
// native lazy objects only work in PHP 8.4+
1213
if (PHP_VERSION_ID < 80400) {
1314
return;
1415
}

0 commit comments

Comments
 (0)