Closed php-cpm closed 6 years ago
Add Comments of return data type on GatewayInterface so my IDE can hint me when I wrote code like $gateway=new Omnipay('xxPayType'); $gateway->initialize($config)->someOperation($params);
$gateway=new Omnipay('xxPayType'); $gateway->initialize($config)->someOperation($params);
Add Comments of return data type on GatewayInterface so my IDE can hint me when I wrote code like
$gateway=new Omnipay('xxPayType'); $gateway->initialize($config)->someOperation($params);