Skip to content

Commit 2313e02

Browse files
committed
Merge pull request #38 from sobit/patch-1
Update phpdoc for the omnipay base class
2 parents eacd66d + 57c8c56 commit 2313e02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Omnipay/Omnipay.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@ public static function setFactory(GatewayFactory $factory = null)
9494
*
9595
* @see GatewayFactory
9696
*
97-
* @param mixed Parameters passed to the factory method.
97+
* @param string $method The factory method to invoke.
98+
* @param mixed $parameters Parameters passed to the factory method.
99+
*
100+
* @return mixed
98101
*/
99102
public static function __callStatic($method, $parameters)
100103
{

0 commit comments

Comments
 (0)