Skip to content

Commit 55daf43

Browse files
Following styleCI
1 parent cc5bd3c commit 55daf43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Message/PurchaseRequest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function setReceiverAccount(?string $account)
8181

8282
/**
8383
* Trả về mã đơn hàng.
84-
* Ánh xạ của [[getTransactionId()]]
84+
* Ánh xạ của [[getTransactionId()]].
8585
*
8686
* @return null|string
8787
* @see getTransactionId
@@ -93,7 +93,7 @@ public function getReferenceNumber(): ?string
9393

9494
/**
9595
* Thiết lập mã đơn hàng.
96-
* Ánh xạ của [[setTransactionId()]]
96+
* Ánh xạ của [[setTransactionId()]].
9797
*
9898
* @param null|string $number
9999
* @return $this
@@ -122,7 +122,7 @@ public function setTransactionId($value)
122122

123123
/**
124124
* Get value of the url_return parameter
125-
* Ánh xạ của [[getReturnUrl()]]
125+
* Ánh xạ của [[getReturnUrl()]].
126126
*
127127
* @return null|string
128128
* @see getReturnUrl
@@ -134,7 +134,7 @@ public function getUrlReturn(): ?string
134134

135135
/**
136136
* Set value of the url_return parameter
137-
* Ánh xạ của [[setReturnUrl()]]
137+
* Ánh xạ của [[setReturnUrl()]].
138138
*
139139
* @param string $value
140140
* @return $this

0 commit comments

Comments
 (0)