Skip to content

Commit 273bb39

Browse files
committed
MAGETWO-96463: Add caching of View Configuration
1 parent d32b641 commit 273bb39

File tree

2 files changed

+2
-1
lines changed
  • app/code/Magento/Config/App/Config/Type
  • lib/internal/Magento/Framework/Config

2 files changed

+2
-1
lines changed

app/code/Magento/Config/App/Config/Type/System.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class System implements ConfigTypeInterface
8989
* @param Encryptor|null $encryptorFilter
9090
*
9191
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
92-
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
92+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
9393
*/
9494
public function __construct(
9595
ConfigSourceInterface $source,

lib/internal/Magento/Framework/Config/View.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class View extends \Magento\Framework\Config\Reader\Filesystem
5656
* @param array $xpath
5757
* @param LayoutCache|null $layoutCache
5858
* @param SerializerInterface|null $serializer
59+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
5960
*/
6061
public function __construct(
6162
FileResolverInterface $fileResolver,

0 commit comments

Comments
 (0)