@@ -121,7 +121,7 @@ |
||
121 | 121 | * @param string $needle What to find |
122 | 122 | * @param int $offset Start offset in $haystack |
123 | 123 | * |
124 | - * @return bool|int |
|
124 | + * @return string |
|
125 | 125 | */ |
126 | 126 | protected function findMarker($haystack, $needle, $offset = 0) |
127 | 127 | { |
@@ -179,7 +179,7 @@ |
||
179 | 179 | * @param RequestDescriptor $operation Operation object |
180 | 180 | * @param double $microTime Current time with microseconds |
181 | 181 | * |
182 | - * @return double|null |
|
182 | + * @return double |
|
183 | 183 | */ |
184 | 184 | private function getSingleSocketTimeout(RequestDescriptor $operation, $microTime) |
185 | 185 | { |