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 5e6dd40 commit 01e6198Copy full SHA for 01e6198
Exception/ProcessTimedOutException.php
@@ -43,11 +43,17 @@ public function getProcess()
43
return $this->process;
44
}
45
46
+ /**
47
+ * @return bool
48
+ */
49
public function isGeneralTimeout()
50
{
51
return self::TYPE_GENERAL === $this->timeoutType;
52
53
54
55
56
57
public function isIdleTimeout()
58
59
return self::TYPE_IDLE === $this->timeoutType;
InputStream.php
@@ -62,6 +62,8 @@ public function close()
62
63
/**
64
* Tells whether the write buffer is closed or not.
65
+ *
66
67
*/
68
public function isClosed()
69
0 commit comments