Completed
Push — master ( e22f7e...4537c6 )
by Evgenij
06:03
created
src/RequestExecutor/Pipeline/SelectStage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
      * @param OperationMetadata $operation Operation object
138 138
      * @param double $microTime Current time with microseconds
139 139
      *
140
-     * @return double|null
140
+     * @return double
141 141
      */
142 142
     private function getSingleSocketTimeout(OperationMetadata $operation, $microTime)
143 143
     {
Please login to merge, or discard this patch.
src/Frame/MarkerFramePicker.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.