File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
dev/tests/integration/framework/Magento/TestFramework/Interception Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
use Magento \Framework \Serialize \SerializerInterface ;
9
9
10
+ /**
11
+ * Plugin list configuration
12
+ */
10
13
class PluginList extends \Magento \Framework \Interception \PluginList \PluginList
11
14
{
12
15
/**
@@ -15,6 +18,8 @@ class PluginList extends \Magento\Framework\Interception\PluginList\PluginList
15
18
protected $ _originScopeScheme = [];
16
19
17
20
/**
21
+ * Constructor
22
+ *
18
23
* @param \Magento\Framework\Config\ReaderInterface $reader
19
24
* @param \Magento\Framework\Config\ScopeInterface $configScope
20
25
* @param \Magento\Framework\Config\CacheInterface $cache
@@ -26,7 +31,6 @@ class PluginList extends \Magento\Framework\Interception\PluginList\PluginList
26
31
* @param array $scopePriorityScheme
27
32
* @param string|null $cacheId
28
33
* @param SerializerInterface|null $serializer
29
- *
30
34
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
31
35
*/
32
36
public function __construct (
You can’t perform that action at this time.
0 commit comments