Skip to content

Commit 70e0cfa

Browse files
committed
ran php-cs-fixer
1 parent 318be2d commit 70e0cfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Service.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
steps: [
2222
new Configurator\Pipeline\StepTransformer(null),
2323
],
24-
)] final readonly class Service implements Configurator\PipelinePluginInterface
24+
)]
25+
final readonly class Service implements Configurator\PipelinePluginInterface
2526
{
2627
private Processor $processor;
2728
private Configurator\PluginConfigurationInterface $configuration;

0 commit comments

Comments
 (0)