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 b1b6860 commit 2c62ba8Copy full SHA for 2c62ba8
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
@@ -253,7 +253,7 @@ private function addWorkflowSection(ArrayNodeDefinition $rootNode)
253
$workflows = $v;
254
unset($workflows['enabled']);
255
256
- if (count($workflows) === 1 && isset($workflows[0]['enabled'])) {
+ if (1 === count($workflows) && isset($workflows[0]['enabled'])) {
257
$workflows = array();
258
}
259
0 commit comments