Skip to content

Commit dcfc2be

Browse files
committed
Update phpdocs
1 parent bb8115f commit dcfc2be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Barryvdh/Omnipay/GatewayManager.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ public function __construct($app, GatewayFactory $factory, $defaults = array())
3535
$this->defaults = $defaults;
3636
}
3737

38+
/**
39+
* Get a gateway
40+
*
41+
* @param string The gateway to retrieve (null=default)
42+
* @return \Omnipay\Common\GatewayInterface
43+
*/
3844
public function gateway($class = null)
3945
{
4046
$class = $class ?: $this->getDefaultGateway();

0 commit comments

Comments
 (0)