Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
Pedro authored and StyleCIBot committed Sep 28, 2018
1 parent de3b120 commit 7ad4f42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Core/Interfaces/BilletInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface BilletInterface
*/
public function create(array $data);

/**
/**
* Cancels a billet.
*
* @param string $transactionId Transaction ID to cancel.
Expand Down
4 changes: 2 additions & 2 deletions src/Core/Interfaces/NotificationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ interface NotificationInterface
/**
* Get notification's response.
*
* @param string $notificationId
* @param string $transactionId
* @param string $notificationId
* @param string $transactionId
* @return void
*/
public function response(string $notificationId = '', string $transactionId = '');
Expand Down

0 comments on commit 7ad4f42

Please sign in to comment.