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 e6321f0 commit ca02d1bCopy full SHA for ca02d1b
lib/internal/Magento/Framework/Amqp/Connection/Factory.php
@@ -19,7 +19,8 @@ class Factory
19
{
20
/**
21
* Create connection according to given options.
22
- *
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
23
+ * @SuppressWarnings(PHPMD.NPathComplexity)
24
* @param FactoryOptions $options
25
* @return AbstractConnection
26
*/
0 commit comments