Skip to content

Commit 12eb667

Browse files
committed
fixed CS
1 parent 1124932 commit 12eb667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ private function addWorkflowSection(ArrayNodeDefinition $rootNode)
253253
$workflows = $v;
254254
unset($workflows['enabled']);
255255

256-
if (count($workflows) === 1 && isset($workflows[0]['enabled'])) {
256+
if (1 === count($workflows) && isset($workflows[0]['enabled'])) {
257257
$workflows = array();
258258
}
259259

0 commit comments

Comments
 (0)