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 e5656af + 8160327 commit b57fa83Copy full SHA for b57fa83
src/DocScan/Session/Create/Check/Contracts/RequestedWatchlistAdvancedCaConfig.php
@@ -42,7 +42,6 @@ abstract public function getType(): string;
42
* @param RequestedCaSources $sources
43
* @param RequestedCaMatchingStrategy $matchingStrategy
44
*/
45
-
46
public function __construct(
47
bool $removeDeceased,
48
bool $shareUrl,
@@ -92,7 +91,7 @@ public function getMatchingStrategy(): RequestedCaMatchingStrategy
92
91
93
public function jsonSerialize(): stdClass
94
{
95
- return (object) [
+ return (object)[
96
'remove_deceased' => $this->getRemoveDeceased(),
97
'share_url' => $this->getShareUrl(),
98
'sources' => $this->getSources(),
0 commit comments