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 17, 2024
1 parent 6d3d82a commit 662f34d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Action/Custom/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#[Configurator\Action(
name: 'custom',
dependencies: [
'symfony/dependency-injection:^6.0'
'symfony/dependency-injection:^6.0',
],
)]
final readonly class Service implements Configurator\ActionInterface
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/Custom/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#[Configurator\Pipeline(
name: 'custom',
dependencies: [
'symfony/dependency-injection:^6.0'
'symfony/dependency-injection:^6.0',
],
steps: [
new Configurator\Pipeline\StepExtractor(),
Expand Down

0 comments on commit 662f34d

Please sign in to comment.