Skip to content

Commit 25d0db9

Browse files
committed
Ignore Npath static check for Validator class
1 parent 5450d69 commit 25d0db9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/internal/Magento/Framework/Interception/Code/InterfaceValidator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
use Magento\Framework\Exception\ValidatorException;
1010
use Magento\Framework\Phrase;
1111

12+
/**
13+
* @SuppressWarnings(PHPMD.NPathComplexity)
14+
*/
1215
class InterfaceValidator
1316
{
1417
public const METHOD_BEFORE = 'before';

0 commit comments

Comments
 (0)