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 8e34fc5 commit 6c9c308Copy full SHA for 6c9c308
DependencyInjection/Configuration.php
@@ -285,7 +285,7 @@ private function addWorkflowSection(ArrayNodeDefinition $rootNode)
285
->prototype('scalar')
286
->cannotBeEmpty()
287
->validate()
288
- ->ifTrue(function ($v) { return !class_exists($v) && !interface_exists($v); })
+ ->ifTrue(function ($v) { return !class_exists($v) && !interface_exists($v, false); })
289
->thenInvalid('The supported class or interface "%s" does not exist.')
290
->end()
291
0 commit comments