Completed
Push — master ( 7e95fd...a1df07 )
by Lars
09:15 queued 01:16
created
src/voku/db/DB.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@
 block discarded – undo
249 249
    * @param string      $username
250 250
    * @param string      $password
251 251
    * @param string      $database
252
-   * @param int|string  $port             <p>default is (int)3306</p>
252
+   * @param integer  $port             <p>default is (int)3306</p>
253 253
    * @param string      $charset          <p>default is 'utf8' or 'utf8mb4' (if supported)</p>
254 254
    * @param bool|string $exit_on_error    <p>Throw a 'Exception' when a query failed, otherwise it will return 'false'.
255 255
    *                                      Use a empty string "" or false to disable it.</p>
Please login to merge, or discard this patch.