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 d4b6966 commit 613191fCopy full SHA for 613191f
app/code/Magento/Paypal/Model/Config.php
@@ -16,6 +16,7 @@
16
* Works with PayPal-specific system configuration
17
* @SuppressWarnings(PHPMD.ExcessivePublicCount)
18
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
19
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
20
*/
21
class Config extends AbstractConfig
22
{
0 commit comments