Skip to content

Commit

Permalink
improve bc
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 29, 2023
1 parent 652fb25 commit db986ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SslCertificate.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static function createFromArray(array $properties): self
$properties['fingerprint'],
$properties['fingerprintSha256'],
$properties['remoteAddress'],
$properties['publicKeyDetail'],
$properties['publicKeyDetail'] ?? [],
);
}

Expand Down

0 comments on commit db986ab

Please sign in to comment.