Skip to content

Commit f0e07af

Browse files
committed
Suppress line length check on long phpdoc line
Make travis-ci pass phpcs checks.
1 parent e3edef6 commit f0e07af

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)