Skip to content

Commit

Permalink
Split a long line
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev committed Sep 2, 2015
1 parent a90163f commit 0b72bb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Omnipay/Common/Message/NotificationInterface.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public function getTransactionReference();
/**
* Was the transaction successful?
*
* @return string Transaction status, one of {@see STATUS_COMPLETED}, {@see #STATUS_PENDING}, or {@see #STATUS_FAILED}.
* @return string Transaction status, one of {@see STATUS_COMPLETED}, {@see #STATUS_PENDING},
* or {@see #STATUS_FAILED}.
*/
public function getTransactionStatus();

Expand Down

0 comments on commit 0b72bb1

Please sign in to comment.