We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad78c6c commit 7d2842fCopy full SHA for 7d2842f
dev/tools/Magento/Tools/Di/App/Task/Operation/InterceptionCache.php
@@ -5,6 +5,7 @@
5
*/
6
7
namespace Magento\Tools\Di\App\Task\Operation;
8
+
9
use Magento\Tools\Di\App\Task\OperationInterface;
10
11
class InterceptionCache implements OperationInterface
@@ -14,8 +15,15 @@ class InterceptionCache implements OperationInterface
14
15
16
private $data = [];
17
18
+ /**
19
+ * @var \Magento\Framework\Interception\Config\Config
20
+ */
21
private $configInterface;
22
23
24
+ * @param \Magento\Framework\Interception\Config\Config $configInterface
25
+ * @param array $data
26
27
public function __construct(
28
\Magento\Framework\Interception\Config\Config $configInterface,
29
$data = []
0 commit comments