@@ -28,7 +28,7 @@ |
||
28 | 28 | */ |
29 | 29 | public function formalize(Settings $settings) |
30 | 30 | { |
31 | - return function () { |
|
31 | + return function() { |
|
32 | 32 | return new TimestampFirstCombGenerator(); |
33 | 33 | }; |
34 | 34 | } |
@@ -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 | ); |
@@ -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 | ); |