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.
interface_exists
1 parent 93c90d4 commit 266befbCopy full SHA for 266befb
Tests/DependencyInjection/ConfigurationTest.php
@@ -251,7 +251,7 @@ class_exists(SemaphoreStore::class) && SemaphoreStore::isSupported() ? 'semaphor
251
),
252
253
'messenger' => array(
254
- 'enabled' => !class_exists(FullStack::class) && class_exists(MessageBusInterface::class),
+ 'enabled' => !class_exists(FullStack::class) && interface_exists(MessageBusInterface::class),
255
'routing' => array(),
256
'middlewares' => array(
257
'validation' => array(
0 commit comments