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.
1 parent f2807c6 commit 35b8798Copy full SHA for 35b8798
src/Connection/ConnectionPoolInterface.php
@@ -22,7 +22,7 @@ interface ConnectionPoolInterface
22
public function operate(ConnectionHandlerFactoryInterface $connectionHandlerFactory, $timeoutLoop);
23
24
/**
25
- * Shutdown to connection pool cleanly. Usually triggered following a
+ * Shutdown the connection pool cleanly. Usually triggered following a
26
* SIGINT.
27
*/
28
public function shutdown();
0 commit comments