Passed
Branch master (232dfb)
by Pavel
07:06
created
Category
src/MetricInfra/Doctrine/AtomicAdjusterWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     public function adjust(float $delta)
24 24
     {
25 25
         $this->manager->transactional(
26
-            function () use ($delta) {
26
+            function() use ($delta) {
27 27
                 $this->manager->lock($this->metric, LockMode::PESSIMISTIC_WRITE);
28 28
 
29 29
                 $this->manager->refresh($this->metric);
Please login to merge, or discard this patch.