From 199e6e6926a7ce727beb7e459911ee7009b1ff21 Mon Sep 17 00:00:00 2001 From: Craig Paul Date: Wed, 19 Oct 2016 13:43:21 -0600 Subject: [PATCH] Updates property docblocks --- src/Transaction.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Transaction.php b/src/Transaction.php index 050ff85..1f9cc73 100644 --- a/src/Transaction.php +++ b/src/Transaction.php @@ -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;