We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318be2d commit 70e0cfaCopy full SHA for 70e0cfa
src/Service.php
@@ -21,7 +21,8 @@
21
steps: [
22
new Configurator\Pipeline\StepTransformer(null),
23
],
24
-)] final readonly class Service implements Configurator\PipelinePluginInterface
+)]
25
+final readonly class Service implements Configurator\PipelinePluginInterface
26
{
27
private Processor $processor;
28
private Configurator\PluginConfigurationInterface $configuration;
0 commit comments