@@ -29,7 +29,7 @@ |
||
| 29 | 29 | { |
| 30 | 30 | $self = $this; |
| 31 | 31 | |
| 32 | - $container->offsetSet('lock_factory', function (Container $container) use ($self) { |
|
| 32 | + $container->offsetSet('lock_factory', function(Container $container) use ($self) { |
|
| 33 | 33 | return new LockFactory( |
| 34 | 34 | $self->createSymfonyLockFactory($container), |
| 35 | 35 | $self->createLockIdentifierGenerator() |