Skip to content

Commit ed5b905

Browse files
committed
Add return tag on initialize method in Item class
1 parent 73c517a commit ed5b905

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Omnipay/Common/Item.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public function __construct($parameters = null)
3535
* Initialize this item with the specified parameters
3636
*
3737
* @param array|null $parameters An array of parameters to set on this object
38+
* @return $this Item
3839
*/
3940
public function initialize($parameters = null)
4041
{

0 commit comments

Comments
 (0)