Skip to content

Commit

Permalink
Ran php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Jan 10, 2024
1 parent 733f22c commit 531e257
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Runtime/Workflow/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,9 @@ public function getConfigTreeBuilder(): TreeBuilder
->end()
->scalarNode('name')->end()
->arrayNode('jobs')
->useAttributeAsKey('code')
->arrayPrototype()
->children()
->scalarNode('code')
->isRequired()
->end()
->scalarNode('name')->end()
->append($this->pipelineConfiguration->getConfigTreeBuilder()->getRootNode())
->append($this->actionConfiguration->getConfigTreeBuilder()->getRootNode())
Expand Down

0 comments on commit 531e257

Please sign in to comment.