Completed
Push — master ( 204c0f...6895c9 )
by Lars
02:21
created
src/voku/db/Helper.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
   /**
13 13
    * Check if "mysqlnd"-driver is used.
14 14
    *
15
-   * @return bool
15
+   * @return boolean|null
16 16
    */
17 17
   public static function isMysqlndIsUsed()
18 18
   {
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
    *
77 77
    * @param DB $db
78 78
    *
79
-   * @return string
79
+   * @return integer|null
80 80
    */
81 81
   public static function get_mysql_client_version(DB $db)
82 82
   {
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
    *
96 96
    * @param DB $db
97 97
    *
98
-   * @return string
98
+   * @return integer|null
99 99
    */
100 100
   public static function get_mysql_server_version(DB $db)
101 101
   {
Please login to merge, or discard this patch.