@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | $pipelineModifications->registerStep( |
| 37 | 37 | 'OutgoingLogicalMessageMutation', |
| 38 | 38 | OutgoingLogicalMessageMutationPipelineStep::class, |
| 39 | - function () use ($builder) { |
|
| 39 | + function() use ($builder) { |
|
| 40 | 40 | return new OutgoingLogicalMessageMutationPipelineStep($builder->build(MessageMutatorRegistry::class)); |
| 41 | 41 | } |
| 42 | 42 | ); |
@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | $pipelineModifications->registerStep( |
| 45 | 45 | 'OutgoingPhysicalMessageMutation', |
| 46 | 46 | OutgoingPhysicalMessageMutationPipelineStep::class, |
| 47 | - function () use ($builder) { |
|
| 47 | + function() use ($builder) { |
|
| 48 | 48 | return new OutgoingPhysicalMessageMutationPipelineStep($builder->build(MessageMutatorRegistry::class)); |
| 49 | 49 | } |
| 50 | 50 | ); |
@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | $pipelineModifications->registerStep( |
| 37 | 37 | 'OutgoingLogicalMessageMutation', |
| 38 | 38 | OutgoingLogicalMessageMutationPipelineStep::class, |
| 39 | - function () use ($builder) { |
|
| 39 | + function() use ($builder) { |
|
| 40 | 40 | return new OutgoingLogicalMessageMutationPipelineStep($builder->build(MessageMutatorRegistry::class)); |
| 41 | 41 | } |
| 42 | 42 | ); |
@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | $pipelineModifications->registerStep( |
| 45 | 45 | 'OutgoingPhysicalMessageMutation', |
| 46 | 46 | OutgoingPhysicalMessageMutationPipelineStep::class, |
| 47 | - function () use ($builder) { |
|
| 47 | + function() use ($builder) { |
|
| 48 | 48 | return new OutgoingPhysicalMessageMutationPipelineStep($builder->build(MessageMutatorRegistry::class)); |
| 49 | 49 | } |
| 50 | 50 | ); |