Skip to content

Commit 41099e9

Browse files
committed
createTable composite PK annotation
1 parent fe81752 commit 41099e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ public function readTable($path, $columns = [], $options = [])
463463
/**
464464
* @param string $table
465465
* @param mixed $columns
466-
* @param string $primary_key
466+
* @param string|array $primary_key
467467
* @param array $indexes
468468
* @return bool|mixed|void|null
469469
* @throws Exception

src/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public function readTable($path, $columns = [], $options = [])
274274
*
275275
* @param string $table
276276
* @param mixed $columns
277-
* @param string $primary_key
277+
* @param string|array $primary_key
278278
* @param array $indexes
279279
* @return bool|mixed|void|null
280280
* @throws Exception

0 commit comments

Comments
 (0)