thephpleague / omnipay-common

Core components for the Omnipay PHP payment processing library
MIT License
330 stars 244 forks source link

Add Comments of return data type #165

Closed php-cpm closed 6 years ago

php-cpm commented 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);