Skip to content

Commit 6018950

Browse files
author
Igor Melnikov
committed
MAGETWO-60442: Add optional SerializerInterface dependency to child classes of \Magento\Framework\Config\Data
Adding class and __constructor descriptions
1 parent 47df808 commit 6018950

File tree

1 file changed

+5
-1
lines changed
  • dev/tests/integration/framework/Magento/TestFramework/Interception

1 file changed

+5
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/Interception/PluginList.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
use Magento\Framework\Serialize\SerializerInterface;
99

10+
/**
11+
* Plugin list configuration
12+
*/
1013
class PluginList extends \Magento\Framework\Interception\PluginList\PluginList
1114
{
1215
/**
@@ -15,6 +18,8 @@ class PluginList extends \Magento\Framework\Interception\PluginList\PluginList
1518
protected $_originScopeScheme = [];
1619

1720
/**
21+
* Constructor
22+
*
1823
* @param \Magento\Framework\Config\ReaderInterface $reader
1924
* @param \Magento\Framework\Config\ScopeInterface $configScope
2025
* @param \Magento\Framework\Config\CacheInterface $cache
@@ -26,7 +31,6 @@ class PluginList extends \Magento\Framework\Interception\PluginList\PluginList
2631
* @param array $scopePriorityScheme
2732
* @param string|null $cacheId
2833
* @param SerializerInterface|null $serializer
29-
*
3034
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
3135
*/
3236
public function __construct(

0 commit comments

Comments
 (0)