Completed
Pull Request — master (#14)
by Daniel
05:25
created
lock-symfony/src/Jellyfish/LockSymfony/LockSymfonyServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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()
Please login to merge, or discard this patch.