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 1660b85 commit 7235ef1Copy full SHA for 7235ef1
src/Omnipay/Common/GatewayFactory.php
@@ -95,7 +95,7 @@ public function find()
95
* @param ClientInterface|null $httpClient A Guzzle HTTP Client implementation
96
* @param HttpRequest|null $httpRequest A Symfony HTTP Request implementation
97
* @throws RuntimeException If no such gateway is found
98
- * @return object An object of class $class is created and returned
+ * @return GatewayInterface An object of class $class is created and returned
99
*/
100
public function create($class, ClientInterface $httpClient = null, HttpRequest $httpRequest = null)
101
{
0 commit comments