Skip to content

Commit b57fa83

Browse files
authored
Merge branch 'master' into release-4.0.0
2 parents e5656af + 8160327 commit b57fa83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DocScan/Session/Create/Check/Contracts/RequestedWatchlistAdvancedCaConfig.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ abstract public function getType(): string;
4242
* @param RequestedCaSources $sources
4343
* @param RequestedCaMatchingStrategy $matchingStrategy
4444
*/
45-
4645
public function __construct(
4746
bool $removeDeceased,
4847
bool $shareUrl,
@@ -92,7 +91,7 @@ public function getMatchingStrategy(): RequestedCaMatchingStrategy
9291
*/
9392
public function jsonSerialize(): stdClass
9493
{
95-
return (object) [
94+
return (object)[
9695
'remove_deceased' => $this->getRemoveDeceased(),
9796
'share_url' => $this->getShareUrl(),
9897
'sources' => $this->getSources(),

0 commit comments

Comments
 (0)