diff --git a/src/Pools/Pool.php b/src/Pools/Pool.php index 57e4f04..e374d38 100644 --- a/src/Pools/Pool.php +++ b/src/Pools/Pool.php @@ -198,7 +198,7 @@ public function setTelemetry(Telemetry $telemetry): static * Execute a callback with a managed connection * * @template T - * @param callable(mixed): T $callback Function that receives the connection resource + * @param callable(TResource): T $callback Function that receives the connection resource * @return T Return value from the callback */ public function use(callable $callback): mixed