Skip to content

Commit 7235ef1

Browse files
committed
correct phpdoc for create
1 parent 1660b85 commit 7235ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Omnipay/Common/GatewayFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function find()
9595
* @param ClientInterface|null $httpClient A Guzzle HTTP Client implementation
9696
* @param HttpRequest|null $httpRequest A Symfony HTTP Request implementation
9797
* @throws RuntimeException If no such gateway is found
98-
* @return object An object of class $class is created and returned
98+
* @return GatewayInterface An object of class $class is created and returned
9999
*/
100100
public function create($class, ClientInterface $httpClient = null, HttpRequest $httpRequest = null)
101101
{

0 commit comments

Comments
 (0)