Skip to content

Commit d70d543

Browse files
committed
Add return tag on some methods in AbstractRequest
1 parent 0cd3186 commit d70d543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Omnipay/Common/Message/AbstractRequest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ public function getTestMode()
189189
* Sets the test mode of the request.
190190
*
191191
* @param boolean $value True for test mode on.
192+
* @return AbstractRequest
192193
*/
193194
public function setTestMode($value)
194195
{
@@ -513,6 +514,7 @@ public function getItems()
513514
* Set the items in this order
514515
*
515516
* @param ItemBag|array $items An array of items in this order
517+
* @return AbstractRequest
516518
*/
517519
public function setItems($items)
518520
{

0 commit comments

Comments
 (0)