Skip to content

Commit 7d2842f

Browse files
committed
MAGETWO-31111: Plugins configuration caching
- Added annotations
1 parent ad78c6c commit 7d2842f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dev/tools/Magento/Tools/Di/App/Task/Operation/InterceptionCache.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
namespace Magento\Tools\Di\App\Task\Operation;
8+
89
use Magento\Tools\Di\App\Task\OperationInterface;
910

1011
class InterceptionCache implements OperationInterface
@@ -14,8 +15,15 @@ class InterceptionCache implements OperationInterface
1415
*/
1516
private $data = [];
1617

18+
/**
19+
* @var \Magento\Framework\Interception\Config\Config
20+
*/
1721
private $configInterface;
1822

23+
/**
24+
* @param \Magento\Framework\Interception\Config\Config $configInterface
25+
* @param array $data
26+
*/
1927
public function __construct(
2028
\Magento\Framework\Interception\Config\Config $configInterface,
2129
$data = []

0 commit comments

Comments
 (0)