We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53c2287 + 45696a6 commit 05c67abCopy full SHA for 05c67ab
src/Pools/Pool.php
@@ -198,7 +198,7 @@ public function setTelemetry(Telemetry $telemetry): static
198
* Execute a callback with a managed connection
199
*
200
* @template T
201
- * @param callable(mixed): T $callback Function that receives the connection resource
+ * @param callable(TResource): T $callback Function that receives the connection resource
202
* @return T Return value from the callback
203
*/
204
public function use(callable $callback): mixed
0 commit comments