File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 40
40
*
41
41
* For further code examples see the *omnipay-example* repository on github.
42
42
*
43
+ * @method static array all()
44
+ * @method static array replace(array $gateways)
45
+ * @method static string register(string $className)
46
+ * @method static array find()
47
+ * @method static array getSupportedGateways()
48
+ * @method static \Omnipay\Common\GatewayInterface create(string $class, \Guzzle\Http\ClientInterface $httpClient = null, \Symfony\Component\HttpFoundation\Request $httpRequest = null)
49
+ *
43
50
* @see Omnipay\Common\GatewayFactory
44
51
*/
45
52
class Omnipay
@@ -95,7 +102,7 @@ public static function setFactory(GatewayFactory $factory = null)
95
102
* @see GatewayFactory
96
103
*
97
104
* @param string $method The factory method to invoke.
98
- * @param mixed $parameters Parameters passed to the factory method.
105
+ * @param array $parameters Parameters passed to the factory method.
99
106
*
100
107
* @return mixed
101
108
*/
You can’t perform that action at this time.
0 commit comments