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 1124932 commit 12eb667Copy full SHA for 12eb667
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