Skip to content

Commit 3d7b925

Browse files
committed
Merge pull request #42 from maxnet/master
Suppress line length check on long phpdoc line
2 parents e3edef6 + f0e07af commit 3d7b925

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Omnipay/Omnipay.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
* @method static string register(string $className)
4646
* @method static array find()
4747
* @method static array getSupportedGateways()
48+
* @codingStandardsIgnoreStart
4849
* @method static \Omnipay\Common\GatewayInterface create(string $class, \Guzzle\Http\ClientInterface $httpClient = null, \Symfony\Component\HttpFoundation\Request $httpRequest = null)
50+
* @codingStandardsIgnoreEnd
4951
*
5052
* @see Omnipay\Common\GatewayFactory
5153
*/

0 commit comments

Comments
 (0)