Skip to content

Commit 1114c3c

Browse files
author
Andrew Carter
committed
Improved connection pool documentation
1 parent d844855 commit 1114c3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Driver/Userland/Connection/ConnectionPoolInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace PHPFastCGI\FastCGIDaemon\Driver\Userland\Connection;
44

5-
65
/**
76
* Objects implementing the ConnectionPoolInterface pass incoming connections
87
* off to ConnectionHandler instances that have been created from a connection
@@ -20,6 +19,8 @@ interface ConnectionPoolInterface
2019
* @param int $timeout Upper bound on the amount of time to wair for readable connections
2120
*
2221
* @return ConnectionInterface[]
22+
*
23+
* @throws \RuntimeException On encountering fatal error
2324
*/
2425
public function getReadableConnections($timeout);
2526

0 commit comments

Comments
 (0)