Completed
Pull Request — master (#15)
by
unknown
03:49
created
src/MySQLReplication/BinLog/BinLogConnect.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
 
141 141
     /**
142 142
      * @param $length
143
-     * @return mixed
143
+     * @return string
144 144
      * @throws BinLogException
145 145
      */
146 146
     private function readFromSocket($length)
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     }
162 162
 
163 163
     /**
164
-     * @param $packet
164
+     * @param string $packet
165 165
      * @return array
166 166
      * @throws BinLogException
167 167
      */
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
     }
204 204
 
205 205
     /**
206
-     * @param $data
206
+     * @param string $data
207 207
      * @throws BinLogException
208 208
      */
209 209
     private function writeToSocket($data)
Please login to merge, or discard this patch.