Skip to content

Commit 4f74896

Browse files
r-brownCopilot
andauthored
Update vo/ValidationParameters.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8ed5f37 commit 4f74896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vo/ValidationParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function setLicenseeProperty(string $key, mixed $value): ValidationParame
6767
*/
6868
public function getLicenseeProperty(string $key): mixed
6969
{
70-
return $this->licenseeProperties[$key];
70+
return $this->licenseeProperties[$key] ?? null;
7171
}
7272

7373
/**

0 commit comments

Comments
 (0)