Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb676a0 commit 3f4ab2cCopy full SHA for 3f4ab2c
1 file changed
tests/CacheSchemaSubscriberTest.php
@@ -73,7 +73,7 @@ public function testSchemaSubscriberWiring(): void
73
/* @phpstan-ignore function.alreadyNarrowedType */
74
] + (method_exists(Configuration::class, 'enableNativeLazyObjects') ? [
75
'enable_native_lazy_objects' => PHP_VERSION_ID >= 80400,
76
- ] : []),
+ ] : ['enable_lazy_ghost_objects' => true]),
77
],
78
], $container);
79
0 commit comments