Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Updates property docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Paul committed Oct 19, 2016
1 parent f683f6f commit 199e6e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ class Transaction
use Gettable;

/**
* The Gateway instance.
*
* @var \CraigPaul\Moneris\Gateway
*/
protected $gateway;

/**
* The extra parameters needed for Moneris.
*
* @var array
*/
protected $params;
Expand Down

0 comments on commit 199e6e6

Please sign in to comment.