File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public function setClientSecret($value)
78
78
*
79
79
* @return PurchaseRequest
80
80
*/
81
- public function purchase (array $ options = [] )
81
+ public function purchase (array $ options = array () )
82
82
{
83
83
return $ this ->createRequest ('\Omnipay\Neteller\Message\PurchaseRequest ' , $ options );
84
84
}
@@ -88,7 +88,7 @@ public function purchase(array $options = [])
88
88
*
89
89
* @return PayoutRequest
90
90
*/
91
- public function payout (array $ options = [] )
91
+ public function payout (array $ options = array () )
92
92
{
93
93
return $ this ->createRequest ('\Omnipay\Neteller\Message\PayoutRequest ' , $ options );
94
94
}
@@ -98,7 +98,7 @@ public function payout(array $options = [])
98
98
*
99
99
* @return FetchTransactionRequest
100
100
*/
101
- public function fetchTransaction (array $ options = [] )
101
+ public function fetchTransaction (array $ options = array () )
102
102
{
103
103
return $ this ->createRequest ('\Omnipay\Neteller\Message\FetchTransactionRequest ' , $ options );
104
104
}
You can’t perform that action at this time.
0 commit comments