Skip to content

Commit 0b72bb1

Browse files
Split a long line
1 parent a90163f commit 0b72bb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Omnipay/Common/Message/NotificationInterface.php

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ public function getTransactionReference();
2121
/**
2222
* Was the transaction successful?
2323
*
24-
* @return string Transaction status, one of {@see STATUS_COMPLETED}, {@see #STATUS_PENDING}, or {@see #STATUS_FAILED}.
24+
* @return string Transaction status, one of {@see STATUS_COMPLETED}, {@see #STATUS_PENDING},
25+
* or {@see #STATUS_FAILED}.
2526
*/
2627
public function getTransactionStatus();
2728

0 commit comments

Comments
 (0)