Completed
Push — master ( 673a73...557cba )
by Derek
03:18
created
src/Enki/MySql.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
      *
73 73
      * @param string $table The table from which keys will be retrieved
74 74
      *
75
-     * @return array|false  Returns an array of column names representing primary keys;
75
+     * @return string|false  Returns an array of column names representing primary keys;
76 76
      *                      returns false if the table has no primary keys
77 77
      */
78 78
     public function getPrimaryKeys($table)
Please login to merge, or discard this patch.