Skip to content

Commit 174723f

Browse files
authored
Merge pull request #93 from keboola/adamvyborny-allow-to-reset-legacy-primary-keys
fix: allow to reset legacyPrimaryKeys by adding null type to setter
2 parents 9f8f43e + 1841ca9 commit 174723f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Manifest/ManifestManager/Options/OutTable/ManifestOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ public function setDeleteWhereOperator(?string $deleteWhereOperator): ManifestOp
387387
return $this;
388388
}
389389

390-
public function setLegacyPrimaryKeys(array $primaryKey): ManifestOptions
390+
public function setLegacyPrimaryKeys(?array $primaryKey): ManifestOptions
391391
{
392392
$this->legacyPrimaryKeys = $primaryKey;
393393
return $this;

0 commit comments

Comments
 (0)