Skip to content

Commit

Permalink
docs: added phpdoc to Transaction constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnodev committed Aug 29, 2020
1 parent 4104fb5 commit 7d24b1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ class Transaction
*/
private User $user;

/**
* Transaction constructor.
*
* @param array $config Transaction config
*/
public function __construct(array $config = [])
{
$this->config = $config;
Expand Down

0 comments on commit 7d24b1b

Please sign in to comment.