Completed
Branch 0.4-dev (79cc15)
by Evgenij
03:32
created
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.
src/RequestExecutor/Metadata/SpeedRateCounter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
     /**
141 141
      * Return average speed for measurements
142 142
      *
143
-     * @return double|null
143
+     * @return integer
144 144
      */
145 145
     private function getAverageSpeed()
146 146
     {
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     /**
153 153
      * Return current speed in bytes per seconds
154 154
      *
155
-     * @return float
155
+     * @return integer
156 156
      */
157 157
     public function getCurrentSpeed()
158 158
     {
Please login to merge, or discard this patch.