We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f8f43e + 1841ca9 commit 174723fCopy full SHA for 174723f
src/Manifest/ManifestManager/Options/OutTable/ManifestOptions.php
@@ -387,7 +387,7 @@ public function setDeleteWhereOperator(?string $deleteWhereOperator): ManifestOp
387
return $this;
388
}
389
390
- public function setLegacyPrimaryKeys(array $primaryKey): ManifestOptions
+ public function setLegacyPrimaryKeys(?array $primaryKey): ManifestOptions
391
{
392
$this->legacyPrimaryKeys = $primaryKey;
393
0 commit comments