Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit ffc2294

Browse files
committed
Incr destruct counter
1 parent 61603e0 commit ffc2294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Proxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ private function handleDestruct(Destruct $destruct): void
148148
return;
149149
}
150150

151-
$this->counterDestruct->counter(new Label('interface', $destruct->interface()));
151+
$this->counterDestruct->counter(new Label('interface', $destruct->interface()))->incr();
152152
}
153153

154154
/** @phpstan-ignore-next-line */

0 commit comments

Comments
 (0)