@@ -23,7 +23,7 @@ |
||
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); |