Completed
Push — v1.x ( 11a5e6...16c08c )
by Saulius
02:59
created
src/Manager/PersistentBatchObjectsManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
 
77 77
         try {
78 78
             $self = $this;
79
-            $this->entityManager->transactional(function () use ($operationName, $self) {
79
+            $this->entityManager->transactional(function() use ($operationName, $self) {
80 80
                 $self->processChunks($operationName);
81 81
             });
82 82
             return true;
Please login to merge, or discard this patch.
src/DependencyInjection/Compiler/RegisterTaggedServicesPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         );
32 32
 
33 33
         $this->processTaggedServices(
34
-            $container, BatchOperationCollection::class,'sauls.object_registry.batch_operation'
34
+            $container, BatchOperationCollection::class, 'sauls.object_registry.batch_operation'
35 35
         );
36 36
     }
37 37
 
Please login to merge, or discard this patch.