We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacd66d commit 57c8c56Copy full SHA for 57c8c56
src/Omnipay/Omnipay.php
@@ -94,7 +94,10 @@ public static function setFactory(GatewayFactory $factory = null)
94
*
95
* @see GatewayFactory
96
97
- * @param mixed Parameters passed to the factory method.
+ * @param string $method The factory method to invoke.
98
+ * @param mixed $parameters Parameters passed to the factory method.
99
+ *
100
+ * @return mixed
101
*/
102
public static function __callStatic($method, $parameters)
103
{
0 commit comments