From 32158db5e428c29d3c044c83bedf3d518b30ebe1 Mon Sep 17 00:00:00 2001 From: Craig Paul Date: Mon, 24 Oct 2016 14:29:05 -0600 Subject: [PATCH] Fixes docblocks --- src/Gateway.php | 2 ++ src/Moneris.php | 2 +- src/Vault.php | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Gateway.php b/src/Gateway.php index 00ff18d..3537938 100644 --- a/src/Gateway.php +++ b/src/Gateway.php @@ -90,6 +90,7 @@ public function __construct(string $id, string $token, string $environment) * * @param \CraigPaul\Moneris\Transaction|string $transaction * @param string|null $order + * @param mixed|null $amount * * @return \CraigPaul\Moneris\Response */ @@ -189,6 +190,7 @@ protected function process(Transaction $transaction) * * @param \CraigPaul\Moneris\Transaction|string $transaction * @param string|null $order + * @param mixed|null $amount * * @return \CraigPaul\Moneris\Response */ diff --git a/src/Moneris.php b/src/Moneris.php index 3d9f76c..fe1381f 100644 --- a/src/Moneris.php +++ b/src/Moneris.php @@ -51,7 +51,7 @@ class Moneris * * @param string $id * @param string $token - * @param string $environment + * @param array $params * * @return void */ diff --git a/src/Vault.php b/src/Vault.php index 7d7b5f4..5c2bb26 100644 --- a/src/Vault.php +++ b/src/Vault.php @@ -66,7 +66,6 @@ public static function create(string $id, string $token, string $environment) * Delete a credit card from the Vault. * * @param string $key - * @param \CraigPaul\Moneris\CreditCard $card * * @return \CraigPaul\Moneris\Response */