Skip to content

Commit 71e9694

Browse files
fix(storage): add proper type hint for options parameter in createTablePrimaryKey
Add array shape type hint for PHPStan compliance. Co-Authored-By: Martin Zajic <ja@mzajic.cz>
1 parent cdd32f1 commit 71e9694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Keboola/StorageApi/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3233,7 +3233,7 @@ public function removeTablePrimaryKey($tableId)
32333233
*
32343234
* @param string $tableId
32353235
* @param array $columns
3236-
* @param array $options
3236+
* @param array{skipDuplicatesCheck?: bool} $options
32373237
*/
32383238
public function createTablePrimaryKey($tableId, $columns, $options = [])
32393239
{

0 commit comments

Comments
 (0)