Skip to content

Commit

Permalink
Fix coding standard by automatic rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Mar 21, 2022
1 parent 36d1029 commit 14678ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/FioPaymentAuthorizator.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final class FioPaymentAuthorizator extends BaseAuthorizator

public function __construct(
private string $privateKey,
?Storage $storage = null
?Storage $storage = null,
) {
if ($privateKey === '') {
throw new FioPaymentException('Private key can not be empty.');
Expand Down
1 change: 0 additions & 1 deletion src/TransactionResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class TransactionResult
{

/** @var Transaction[] */
private array $transactions = [];

Expand Down

0 comments on commit 14678ab

Please sign in to comment.