Skip to content

Commit a646eb0

Browse files
kingjia90github-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent d9c06c1 commit a646eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/ElementService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ private function mergeWorkflowPermissions(ElementInterface $element, array $perm
368368
$workflowPermission = [
369369
'settings' => !$workflowManager->isDeniedInWorkflow($element, 'settings'),
370370
'rename' => !$workflowManager->isDeniedInWorkflow($element, 'rename'),
371-
'publish' => !$workflowManager->isDeniedInWorkflow($element, 'publish')
371+
'publish' => !$workflowManager->isDeniedInWorkflow($element, 'publish'),
372372
];
373373

374374
if ($element instanceof Asset) {

0 commit comments

Comments
 (0)