Skip to content

Commit ca02d1b

Browse files
committed
static failure fixes
1 parent e6321f0 commit ca02d1b

File tree

1 file changed

+2
-1
lines changed
  • lib/internal/Magento/Framework/Amqp/Connection

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/Amqp/Connection/Factory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ class Factory
1919
{
2020
/**
2121
* Create connection according to given options.
22-
*
22+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
23+
* @SuppressWarnings(PHPMD.NPathComplexity)
2324
* @param FactoryOptions $options
2425
* @return AbstractConnection
2526
*/

0 commit comments

Comments
 (0)