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

Commit

Permalink
Fixes docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Paul committed Oct 24, 2016
1 parent 0bcdb73 commit 32158db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Moneris.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Moneris
*
* @param string $id
* @param string $token
* @param string $environment
* @param array $params
*
* @return void
*/
Expand Down
1 change: 0 additions & 1 deletion src/Vault.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 32158db

Please sign in to comment.