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 cf1ea50 commit 49d27c9Copy full SHA for 49d27c9
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