Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <[email protected]>
  • Loading branch information
nguyennv committed Aug 23, 2024
1 parent 0c34d7c commit f623e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Key/PrivateKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public function addUsers(array $userIDs): self
{
if (empty($userIDs)) {
throw new \InvalidArgumentException(
'UserIDs are required.',
'User IDs are required.',
);
}

Expand Down
2 changes: 1 addition & 1 deletion src/Packet/SecretKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ private static function readKeyMaterial(
$bytes, $publicKey->getKeyMaterial()
),
default => throw new \UnexpectedValueException(
"Unsupported PGP public key algorithm encountered",
'Unsupported PGP public key algorithm encountered',
),
};
if (!$keyMaterial->isValid()) {
Expand Down

0 comments on commit f623e2e

Please sign in to comment.