@@ -72,7 +72,7 @@ |
||
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) |