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 d844855 commit 1114c3cCopy full SHA for 1114c3c
src/Driver/Userland/Connection/ConnectionPoolInterface.php
@@ -2,7 +2,6 @@
2
3
namespace PHPFastCGI\FastCGIDaemon\Driver\Userland\Connection;
4
5
-
6
/**
7
* Objects implementing the ConnectionPoolInterface pass incoming connections
8
* off to ConnectionHandler instances that have been created from a connection
@@ -20,6 +19,8 @@ interface ConnectionPoolInterface
20
19
* @param int $timeout Upper bound on the amount of time to wair for readable connections
21
*
22
* @return ConnectionInterface[]
+ *
23
+ * @throws \RuntimeException On encountering fatal error
24
*/
25
public function getReadableConnections($timeout);
26
0 commit comments