File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/Config/App/Config/Type
lib/internal/Magento/Framework/Config Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ class System implements ConfigTypeInterface
89
89
* @param Encryptor|null $encryptorFilter
90
90
*
91
91
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
92
- * @SuppressWarnings(PHPMD.ExcessiveClassComplexity )
92
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList )
93
93
*/
94
94
public function __construct (
95
95
ConfigSourceInterface $ source ,
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ class View extends \Magento\Framework\Config\Reader\Filesystem
56
56
* @param array $xpath
57
57
* @param LayoutCache|null $layoutCache
58
58
* @param SerializerInterface|null $serializer
59
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
59
60
*/
60
61
public function __construct (
61
62
FileResolverInterface $ fileResolver ,
You can’t perform that action at this time.
0 commit comments